home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / opening.dir / 00064.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  279 b   |  15 lines

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