home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 34 / Creative-Review-CD-ROM-34.iso / pc / foo / foos.dir / 00140_Script_140 < prev    next >
Text File  |  1998-01-23  |  417b  |  21 lines

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