home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00015_Script_15 < prev    next >
Text File  |  1998-07-10  |  330b  |  18 lines

  1. on exitFrame
  2.   
  3.   set the loch of sprite 11 to the mouseH
  4.   set the locV of sprite 11 to the mouseV
  5.   
  6.   set startHPos = the locH of sprite 11
  7.   set startVPos = the locV of sprite 11
  8.   
  9.   follower startHPos, startVPos
  10.   
  11.   if rollOver (3) then
  12.     
  13.     go to frame "start"
  14.   else
  15.     go to the frame
  16.   end if
  17. end
  18.