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_9.ls < prev    next >
Encoding:
Text File  |  2002-01-01  |  170 b   |  10 lines

  1. on exitFrame
  2.   global gameControl
  3.   moveToFinished(gameControl)
  4.   if gameControl.action = "finished" then
  5.     puppetSound(1, "sss")
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.