home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 22 / XENIATGM22.iso / media / van-02.dir / 00084_Script_84 < prev    next >
Text File  |  1996-10-01  |  565b  |  29 lines

  1. on exitFrame
  2.  
  3.   if rollover (5) then
  4.     sivede
  5.     if the mousedown then
  6.       go to marker(1)
  7.     end if   
  8.     else
  9.     novede
  10.   end if
  11.   
  12.   if rollover (3) then
  13.     sivede
  14.     if the mousedown then 
  15.       set the visible of sprite 11 to false
  16.       set the visible of sprite 10 to false
  17.       go to "start"
  18.     end if   
  19.   end if
  20.   
  21.   
  22.   set the loch of sprite 10= the mouseh
  23.   set the locv of sprite 10= the mousev
  24.   set the loch of sprite 11= the mouseh
  25.   set the locv of sprite 11= the mousev
  26.   cursor 200
  27.   go to the frame
  28.   
  29. end