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

  1. btnsuite.onRelease = function()
  2. {
  3.    gotoAndStop(3);
  4.    icone.softGo(icone._x - 85,icone._y - 85,5);
  5.    _parent.fond.bounceScale(150,150,0.2,0.8);
  6. };
  7.