home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / ecard.arj / BIRDHUNT.C95 < prev    next >
Encoding:
Text File  |  1996-05-28  |  878 b   |  47 lines

  1. >sample card
  2.  
  3. >actor BLINK
  4. >text 2 at 10 160 size 20 bold color 255 0 0 italic "Illegal              shot!"
  5. >delay 1 seconds
  6. >text 2
  7. >delay 1 seconds
  8. >if signal=1 >end
  9. >repeat
  10. >end BLINK
  11.  
  12. >actor BIRD
  13. >zoom 10 20, 10 0, 0 10, 0 -5, -5 5, -5 -10
  14. >moveby 0 0, 10 4, 10 4, 7 3, 6 2, 5 2
  15. >pause .5 .5 .5 .5 .5 .5
  16. >click 2 8 43 49 0 loop #bang
  17. BIRD1.BMP
  18. >repeat 6 times above
  19. >click 2 8 43 49 0 loop #bummer
  20. BIRD2.BMP
  21. >on 1
  22. >loop #getout
  23. #bummer
  24. >start 1 BLINK
  25. >loop #getout
  26. #bang
  27. >set got got+1
  28. >text 2 at 140 160 size 20 italic "got `got"
  29. #getout
  30. >clear
  31. >end BIRD
  32.  
  33. TREE1.BMP
  34. >title "Bird Hunt"
  35. >delay 2 seconds
  36. >start 2 BIRD 
  37. >delay .5 seconds
  38. >text 0 bold italic color 200 150 100 serif at 30 110 "try a      shot!"
  39. >delay .5 seconds
  40. >start 3 BIRD at 20 -10
  41. >delay 3 seconds
  42. >start 4 BIRD at 35 -30
  43. >delay 7 seconds
  44. >text 0
  45. >signal 1
  46.  
  47.