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

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