home *** CD-ROM | disk | FTP | other *** search
/ Undercover - Rock on Multimedia 2 / UNDERCOVER2.BIN / main.dir / 00062_Script_62 < prev    next >
Text File  |  1996-01-27  |  151b  |  12 lines

  1. on exitFrame
  2.   if not soundBusy(1) then
  3.     playMusic
  4.   end if
  5.   
  6.   if rollover(7) then
  7.     go the frame
  8.   else
  9.     go "house"
  10.   end if
  11. end
  12.