+CyranoJ #1 Posted December 9, 2014 New commands added for v.0.1.6 COLOUR and PLOT. 200 CLS 205 FOR Y=0 TO 199 210 FOR X=0 TO 319 220 COLOUR(X):PLOT(X,Y) 230 NEXT X 240 NEXT Y 999 GOTO 999 For all you Americans out there - COLOUR has a U in it... Deal with it v.0.1.6 is available for download in the download thread. 3 Quote Share this post Link to post Share on other sites
F.L #2 Posted December 10, 2014 hello thanks for this basic compiler ! i like to do little games in basic langague i want to try it, but i dont know how to start the program when i make a double click on build.bat, a black screen appears 1 second, and after, nothing happens .... thanks in advance for helping me Quote Share this post Link to post Share on other sites
Christos #3 Posted December 10, 2014 If you run build.bat from the command prompt it won't close after the error messages. Then you can copy and paste the error message. Quote Share this post Link to post Share on other sites
F.L #4 Posted December 10, 2014 ok. thanks for the help i have run build.bat from the command prompt and it says that my version of windows is not compatible (xp upgraded to vista). i will try later windows7 Quote Share this post Link to post Share on other sites
Christos #5 Posted December 10, 2014 When does it say that? I am afraid I can't help much though, I am running on Linux so I've customised the tools a bit and I use a bash script. Quote Share this post Link to post Share on other sites
F.L #6 Posted December 10, 2014 no problem, it works with my windows7 let's go to see this raptor basic Quote Share this post Link to post Share on other sites