home *** CD-ROM | disk | FTP | other *** search
/ Anime Robot / Anime Robot.iso / pc / DATA / START.dxr / 00021_ciclo normale.ls < prev    next >
Encoding:
Text File  |  1998-11-13  |  133 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   global gInit
  7.   if gInit = 1 then
  8.     initcursori()
  9.     set gInit to 0
  10.   end if
  11. end
  12.