home *** CD-ROM | disk | FTP | other *** search
/ DIGIZINE 1 / DIGIZINE.BIN / main / sony / highdes.dir / 00322_Script_322 < prev    next >
Text File  |  1995-09-12  |  179b  |  10 lines

  1. on exitFrame
  2.   if rollover(28) then
  3.     KillQTSound
  4.     PlayQTSound "SMCGONE.MOV"
  5.     go (the frame + 1)
  6.   else
  7.     -- PlayQTSound "SMCIDLE4.MOV"
  8.     go loop
  9.   end if
  10. end