home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 September / WPCSEP96.ISO / intwpc08.dxr / 00003_IFLINtroFrame.ls < prev    next >
Encoding:
Text File  |  1996-07-09  |  387 b   |  20 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.     IFLDisplay()
  11.   end if
  12.   if IFLMarkRed = 3 then
  13.     if rollOver(30) then
  14.       set IFLMarkRed to 4
  15.       set the locV of sprite 30 to 2000
  16.       updateStage()
  17.     end if
  18.   end if
  19. end
  20.