home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / index.dir / 00041_Script_41 < prev    next >
Text File  |  1994-12-01  |  245b  |  11 lines

  1. on Testloc  
  2.   global gslider
  3.   set poscur = the locV of sprite 3
  4.   if poscur<>gslider then
  5.     set the locV of sprite 1 = poscur
  6.     movezones(poscur-gslider)
  7.     set gslider = poscur    
  8.     updatestage
  9.   end if
  10.   go to the frame
  11. end