home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף נבחרי 95 / Top_95.iso / TOP95 / KIDS / FROGHOP / FROGHOP.EXE / FROGHOP.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  188 b   |  11 lines

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