home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Adventure of Natural Gas
/
start
/
start.swf
/
scripts
/
DefineSprite_275
/
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
|
2007-01-01
|
244 b
|
11 lines
moveScene = function()
{
var _loc1_ = _root;
_loc1_.zoom = false;
_loc1_.onEnterFrame = function()
{
_root.mcscene._x -= 4;
};
};
_root.zoomTo(_root.mcscene.question1._x,_root.mcscene.question1._y,100,moveScene);