[main page] [download] [links] [faq] [sample programs]


clearwindow

Tests the clear window functionality.

1
2
3
4
5
6
7
8
9
10
11
12
13
open window 640, 512

setrgb 0, 0, 0, 0

clear window

for i = 1 to 100 step 1
  setrgb 0, ran(255), ran(255), ran(255)
 
  clear window

  pause 0.25
next i


[main page] [download] [links] [faq] [sample programs]

© 2001 P.B. IJdens, The Netherlands. All rights reserved.