home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / flexibel.dir / 00046_Script_46 < prev    next >
Text File  |  1996-08-18  |  159b  |  11 lines

  1. --wait sound busy
  2. on exitFrame
  3.   CheckMyRollover
  4.   if soundbusy (2) then
  5.     go to frame (the frame -2)
  6.   else
  7.     go to the frame
  8.   end if
  9.   
  10.   
  11. end