home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / graphic.dir / 00171_Script_171 < prev    next >
Text File  |  1994-12-01  |  256b  |  16 lines

  1. On Checkclic
  2.   if the mousedown = 2 then
  3.     go frame marker (1)
  4.   else
  5.     if the mousedown = 7 then      
  6.       go frame marker (1)
  7.     else 
  8.       if the mousedown then
  9.         beep
  10.       end if
  11.     end if
  12.   end if  
  13.   go marker (0)
  14. end
  15.  
  16.