home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00335_Script_335 < prev    next >
Text File  |  1995-09-12  |  318b  |  17 lines

  1. --main rollover/send back/go frame
  2. on enterFrame
  3.   CURSORENTERFRAME
  4. end
  5.  
  6.  
  7. on exitFrame
  8.   global gCurrRolledSprite, gCurrCursorSprite
  9.   if sprite gCurrCursorSprite intersects gCurrRolledSprite then
  10.     -- go loop
  11.     go the frame
  12.   else
  13.     KillQTSound
  14.     -- RaiseQTSound
  15.     go "hd main2"
  16.   end if
  17. end