home *** CD-ROM | disk | FTP | other *** search
/ NetObjects Fusion 7 / Fusion7.iso / NetObjects Fusion / data1.cab / QuickStart / sitewizard_p.swf / scripts / DefineSprite_55 / frame_2 / DoAction.as
Encoding:
Text File  |  2002-10-18  |  213 b   |  7 lines

  1. if(isDragging)
  2. {
  3.    var posn = (_X - 42) / _parent.trackwidth;
  4.    _root.player.currentFrame = int((_level0.totalframecount - 1) * posn) + _level0.levelcount * 2;
  5.    _root.player.gotoCurrentFrameAndStop();
  6. }
  7.