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

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   repeat with i = 1 to 48
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   go("title")
  10. end
  11.