home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / file.exe / file.dxr / 00003_IFLINtroFrame.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  370 b   |  19 lines

  1. on exitFrame
  2.   global IFLAreSomewhere, IFLMarkRed
  3.   go(the frame)
  4.   if soundBusy(1) = 0 then
  5.     puppetSound("drumbeat.wav")
  6.     updateStage()
  7.   end if
  8.   if IFLAreSomewhere = 0 then
  9.     IFLFlashLine()
  10.   end if
  11.   if IFLMarkRed = 3 then
  12.     if rollOver(30) then
  13.       set IFLMarkRed to 4
  14.       set the locV of sprite 30 to 2000
  15.       updateStage()
  16.     end if
  17.   end if
  18. end
  19.