SHOWPAGE
SHOWPAGE ([n])
This command is used to display pending graphics operations allowing
for smooth animations. If SHOWPAGE is used, the internal SmallBASIC
graphics update mechanism is set to manual mode. To enable automatic
mode again, call SHOWPAGE with the optional parameter
n = 1
. This is useful, if the FORM command is used to
display GUI elements.
Example
for x = 10 to 100
cls
rect x, 10, x + 200, 200 filled
showpage
delay(20)
next
Code samples using SHOWPAGE
100lines.bas
2048.bas
2048.bas
3d rotating cube with message.bas
3dtorus.bas
analog clock.bas
angel feather.bas
another look at trig functions.bas
aquarium v2.bas
balls in 3d cube.bas
balls in 3d cube.bas
base64.bas
bezier's autograph book.bas
bezierbounce.bas
blushing snowflakes.bas
boing.bas
bomb.bas
bonkers.bas
bopit.bas
bowling7.bas
bplus paddleball.bas
circ.bas
clock.bas
crop circles.bas
curve.bas
doodle.bas
draw button test.bas
drawpoly.bas
falling blocks - tetris.bas