home *** CD-ROM | disk | FTP | other *** search
/ GQ - Louise, World Cup, …remy Clarkson, Armageddon / GQCD.iso / files / destroy.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  139 b   |  10 lines

  1. global gMasterObj
  2.  
  3. on exitFrame
  4.   if not soundBusy(1) then
  5.     autoGoMovie(gMasterObj, "menu", 1, 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.