Hi all,
Im still new to programing but i did this a while ago when trying out the for command, i think it fits with in the 20 line challenge, and sorry about the many arse's within the program, i did code this wih DBP i hope you like,
Do
Print "Screen FPS -",Screen FPS()
For Arse = 1 to 500
Print Arse
Sync
text Arse,Arse,"Press Enter to quit" : set text size 10
text Rnd(640),Rnd(480),"BOB!" : Set text to bold : set text size 10
LINE Arse,Arse,Arse,Arse
Dot Arse,Arse
Ink Rnd(400),Rnd(100)
Circle Arse,Arse,Arse
ELLIPSE Arse,Arse,Arse,Arse
If returnkey()=1 then end
Next Arse
Loop
Did i just say that?