home *** CD-ROM | disk | FTP | other *** search
/ 15 Beaut Aussie Games 1 / BEAUTGAMESV1.iso / pc / Windows / data1.cab / Program_Files / dswmedia / games / canetoad.dcr / gameControl_15.ls < prev    next >
Encoding:
Text File  |  2002-01-01  |  236 b   |  11 lines

  1. on exitFrame
  2.   puppetTempo(15)
  3.   repeat with i = 1 to 48
  4.     puppetSprite(i, 0)
  5.     set the visible of sprite i to 1
  6.   end repeat
  7.   put "0" into field "toad1score"
  8.   put "0" into field "toad2score"
  9.   put "0" into field "toad3score"
  10. end
  11.