home *** CD-ROM | disk | FTP | other *** search
/ SKIP - The Laundry Guide / LEVER_CD.iso / lever / game.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1997-04-08  |  179 b   |  11 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     set the blend of sprite 4 to 75
  4.     updateStage()
  5.   else
  6.     set the blend of sprite 4 to 25
  7.     updateStage()
  8.   end if
  9.   go(the frame)
  10. end
  11.