home *** CD-ROM | disk | FTP | other *** search
- screen jump
-
- defenv mess "Press anywhere!"
-
- size 10
- windowsize 3 12
- background dark_blue
- drawcol green
- draw FilledBox % 0 77.8351 101.0601 100.5155
- drawcol white
- draw FilledBox % 40.2827 14.9485 42.0495 76.8041
- drawcol blue
- draw FilledBox % 42.4028 15.9794 68.5512 31.4433
- drawcol yellow
- draw FilledBox % 42.7562 21.6495 68.5512 25.7732
- draw FilledBox % 49.1166 15.9794 54.417 31.4433
- drawcol 4C4
- draw line % 64.311 77.3196 59.7173 72.1649
- draw line % 59.7173 70.1031
- draw line % 61.1307 69.5876
- draw line % 64.6643 77.3196
- draw line % 67.4912 70.1031
- draw line % 68.5512 69.5876
- draw line % 69.2579 69.0722
- draw line % 71.3781 70.1031
- draw line % 64.311 77.3196
- draw line % 64.6643 76.8041
- draw line % 64.6643 62.3711
- drawcol D34
- draw Figure % 59.364 58.2474 70.318 66.4949
- drawcol F84
- draw Figure % 61.4841 59.7938 68.1979 64.9484 1.5423
-
- area % 42.4028 15.9794 68.5512 31.4433 setenv mess "This is the Swedish flag!" update
- area % 58.6572 58.2474 71.7314 77.3196 setenv mess "This is a flower!" update
- area % 0 77.8351 98.9399 99.4845 setenv mess "This is grass!" update
- area % 38.5159 13.9175 44.1696 77.3196 setenv mess "This is a flag-pole!!" update
-
- drawcol FFF
- draw line % 7.0671 18.0412 10.2473 16.4948
- draw line % 11.6608 16.4948
- draw line % 12.0141 18.0412
- draw line % 13.4276 16.4948
- draw line % 16.2544 16.4948
- draw line % 17.6678 17.5258
- area % 4.2403 11.3402 20.8481 23.7113 setenv mess "This is a bird in the sky!" update
-
- textcol white
- setpen 1 11
- text "[mess]"
-
- setpen 2 0
- ;buttoncol black gray
- button "What?" setenv mess "This is a button :-)" update
-
- area % 0 0 100 77 setenv mess "This is the sky!" update
-
- unsetenv mess