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

  1. on exitFrame
  2.   if rollOver(44) then
  3.     set the castNum of sprite 44 to 187
  4.     updateStage()
  5.   else
  6.     set the castNum of sprite 44 to 186
  7.     updateStage()
  8.   end if
  9.   if rollOver(48) then
  10.     set the castNum of sprite 48 to 191
  11.     updateStage()
  12.   else
  13.     set the castNum of sprite 48 to 190
  14.     updateStage()
  15.   end if
  16.   if rollOver(45) then
  17.     set the castNum of sprite 45 to 189
  18.     updateStage()
  19.   else
  20.     set the castNum of sprite 45 to 188
  21.     updateStage()
  22.   end if
  23.   go(the frame)
  24. end
  25.