home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / start.swf / scripts / DefineSprite_275 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  244 b   |  11 lines

  1. moveScene = function()
  2. {
  3.    var _loc1_ = _root;
  4.    _loc1_.zoom = false;
  5.    _loc1_.onEnterFrame = function()
  6.    {
  7.       _root.mcscene._x -= 4;
  8.    };
  9. };
  10. _root.zoomTo(_root.mcscene.question1._x,_root.mcscene.question1._y,100,moveScene);
  11.