Nope this code is at best appauling!
And whats worst your not only trying to encourage others to learn from it, but you want them to pay.
I have posted a truncated version of the code here
start:
cls
` input & print commands (deleted by twynklet)
do
if scancode()=49
goto start:
do
loop
else
if scancode()=21
goto ending
endif
endif
loop
ending:
cls
` print commands (deleted by twynklet)
Not only does it use a totally unrequired nested loop (with no comments, which is hard enough to read if you know what you are doing ) , it also contains two unrequired goto commands.
If this was posted in the newbie forum a 'what do you think of my code' or 'here this may help someone' , I really wouldnt have an issue with it (although I would add contructive critisism ).
nerd I strongly suggest you spend more time learning to program and less time trying to make money.
From a post of yours yesterday
Quote: "i want to make a little game project anyone wants to join me??
you dont need to be good im a newbie programmer"
Twynklet