home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / POPCULT.DIR / 00296.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  164 b   |  10 lines

  1. on exitFrame
  2.   if rollOver(14) then
  3.     set the visible of sprite 15 to 1
  4.   else
  5.     set the visible of sprite 15 to 0
  6.   end if
  7.   go(the frame)
  8.   updateStage()
  9. end
  10.