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

  1. on exitFrame
  2.   global gameSpeed
  3.   startGame()
  4.   gameSpeed = 20
  5.   gameSpeed = integer(60 / gameSpeed)
  6. end
  7.