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_18.ls < prev    next >
Encoding:
Text File  |  2002-01-01  |  138 b   |  8 lines

  1. on exitFrame
  2.   global gameControl
  3.   moveToFinished(gameControl)
  4.   if gameControl.action <> "finished" then
  5.     go(the frame)
  6.   end if
  7. end
  8.