You mean like this?
sync on
sync rate 60
speed = 350
load = 1
disable escapekey
do
cls
if load > 0
text 0, 0, "Loading..."
dec speed
inc load, speed
box 0, 20, load/100.0, 30
else
text 0, 0, "HAHAHAHA!!!!!!!"
text 0, 10, "Your calculator is locked up"
text 0, 20, "Take that, cheater! Good luck on the test with no calculator."
for t = 30 to 400 step 10
text 0, t, " }:> }:> }:> }:> }:> }:> }:> }:> }:> }:> }:> }:> }:> }:> }:> }:>"
next t
endif
sync
loop
My math teacher resets my calculator every test because she's afraid I wrote a cheating program on it.
I think I'll stickan easter egg in the beta version of my next game, the fps gets slower and slower until it's negative and all the people walk backwards!
"Once there was a polygon mesh who was very sad because he was only Gouraud shaded."