home *** CD-ROM | disk | FTP | other *** search
- >sample card
-
- >actor BLINK
- >text 2 at 10 160 size 20 bold color 255 0 0 italic "Illegal shot!"
- >delay 1 seconds
- >text 2
- >delay 1 seconds
- >if signal=1 >end
- >repeat
- >end BLINK
-
- >actor BIRD
- >zoom 10 20, 10 0, 0 10, 0 -5, -5 5, -5 -10
- >moveby 0 0, 10 4, 10 4, 7 3, 6 2, 5 2
- >pause .5 .5 .5 .5 .5 .5
- >click 2 8 43 49 0 loop #bang
- BIRD1.BMP
- >repeat 6 times above
- >click 2 8 43 49 0 loop #bummer
- BIRD2.BMP
- >on 1
- >loop #getout
- #bummer
- >start 1 BLINK
- >loop #getout
- #bang
- >set got got+1
- >text 2 at 140 160 size 20 italic "got `got"
- #getout
- >clear
- >end BIRD
-
- TREE1.BMP
- >title "Bird Hunt"
- >delay 2 seconds
- >start 2 BIRD
- >delay .5 seconds
- >text 0 bold italic color 200 150 100 serif at 30 110 "try a shot!"
- >delay .5 seconds
- >start 3 BIRD at 20 -10
- >delay 3 seconds
- >start 4 BIRD at 35 -30
- >delay 7 seconds
- >text 0
- >signal 1
-
-