home *** CD-ROM | disk | FTP | other *** search
/ 100 Plus Great Games 2 / 100PLUSV2.BIN / games / CubeSlide.dxr / 00001_looper.ls next >
Encoding:
Text File  |  2002-01-25  |  188 b   |  15 lines

  1. global gGameBoard8
  2.  
  3. on exitFrame me
  4.   PlaceCircle()
  5.   removeCircle()
  6.   slideCube()
  7.   slideFall()
  8.   slideLeft()
  9.   slideRight()
  10.   slideDown()
  11.   slideUp()
  12.   columnSlide()
  13.   go(the frame)
  14. end
  15.