home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00239_Script_239 < prev    next >
Text File  |  1995-09-12  |  319b  |  19 lines

  1. --radio rollover loop
  2.  
  3. on enterFrame
  4.   CURSORENTERFRAME
  5. end
  6.  
  7. on exitFrame
  8.   global gQTSoundChannel
  9.   
  10.   global gCurrRolledSprite, gCurrCursorSprite
  11.   if sprite gCurrCursorSprite intersects gCurrRolledSprite then
  12.     nothing
  13.   else
  14.     go "hd main2"
  15.   end if
  16.   
  17.   if soundbusy(1) then go the frame
  18. end
  19.