home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00080_Script_80 < prev    next >
Text File  |  1998-07-10  |  833b  |  37 lines

  1. on exitFrame
  2.   
  3.   if rollover (28) then 
  4.     set the locH of sprite 28 to the mouseH
  5.     set the locV of sprite 28 to the mouseV
  6.     glacier
  7.     
  8.   else if rollover (29) then 
  9.     set the locH of sprite 29 to the mouseH
  10.     set the locV of sprite 29 to the mouseV
  11.     glacier
  12.     
  13.   else if rollover (30) then 
  14.     set the locH of sprite 30 to the mouseH
  15.     set the locV of sprite 30 to the mouseV
  16.     glacier
  17.     
  18.   else if rollover (31) then 
  19.     set the locH of sprite 31 to the mouseH
  20.     set the locV of sprite 31 to the mouseV
  21.     glacier
  22.   else   if rollover (32) then
  23.     set the locH of sprite 32 to the mouseH
  24.     set the locV of sprite 32 to the mouseV
  25.     glacier
  26.   else glacier
  27.   
  28.   
  29.   if rollOver (10) then
  30.     go to frame "start"
  31.     
  32.   else
  33.     go to the frame
  34.   end if
  35.   
  36.   
  37. end