home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 34 / Creative-Review-CD-ROM-34.iso / pc / foo / foos.dir / 00006_Script_6 < prev    next >
Text File  |  1998-01-23  |  393b  |  16 lines

  1. on exitFrame
  2.   if the mouseH>610 then
  3.     cursor [the number of member "veryright", the number of member "veryrightMask"]
  4.     
  5.     
  6.   else if the mouseH<30 then
  7.     cursor [the number of member "veryleft", the number of member "veryleftMask"]
  8.     
  9.   else
  10.     cursor [the number of member "straight", the number of member "straightMask"]
  11.     
  12.   end if
  13.   
  14.   go to the frame
  15.   
  16. end