home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00226_Script_226 < prev    next >
Text File  |  1996-03-13  |  531b  |  25 lines

  1. on exitFrame
  2.   go the frame
  3. end
  4.  
  5. on enterFrame
  6.   if inside(point(the mouseH,the mouseV), rect(122, 229, 512, 379)) then   --forward
  7.     MyCursor 258,259
  8.   else if rollOver(11) then
  9.     check12
  10.   else if the mouseCast = 119 then
  11.     changeCast 119,13
  12.   else if the mouseCast = 117 then
  13.     changeCast 117,14
  14.   else if the mouseCast = 121 then
  15.     changeCast 121,15
  16.   else if rollOver(16) then
  17.     roll 16
  18.   else if rollOver(28) then
  19.     roll 28
  20.   else
  21.     ReleasCursor
  22.     cursor 0
  23.   end if
  24.   updateStage
  25. end