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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-10-18
|
213 b
|
7 lines
if(isDragging)
{
var posn = (_X - 42) / _parent.trackwidth;
_root.player.currentFrame = int((_level0.totalframecount - 1) * posn) + _level0.levelcount * 2;
_root.player.gotoCurrentFrameAndStop();
}