home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 2001 April / PCDAPR2001.ISO / _SETUP.1 / BD.dcr / Internal_6_QTMIDI.ls < prev    next >
Encoding:
Text File  |  2000-07-05  |  207 b   |  14 lines

  1. on exitFrame
  2.   global gAuto, kAuto
  3.   if gAuto then
  4.     if sprite(kAuto.qt).movieRate <> 0 then
  5.       go(the frame)
  6.     else
  7.       gAuto = 2
  8.       go("TIG01")
  9.     end if
  10.   else
  11.     go(the frame)
  12.   end if
  13. end
  14.