home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / rollon / rollon.dcr / 00014_Cursor Behaviour.ls < prev    next >
Encoding:
Text File  |  2004-09-09  |  212 b   |  13 lines

  1. on enterFrame me
  2.   c = sprite(1).getFlashProperty(EMPTY, #cursor)
  3.   if c = 2 then
  4.     _player.cursor(280)
  5.   else
  6.     if c = 4 then
  7.       _player.cursor(1)
  8.     else
  9.       _player.cursor(0)
  10.     end if
  11.   end if
  12. end
  13.