home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / climatechaos.swf / scripts / DefineSprite_346_shrine_idol / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  128 b   |  5 lines

  1. this.onEnterFrame = function()
  2. {
  3.    this.gotoAndStop(15 + Math.round(15 * (this.environment.pos_x - this.pos_x) / 100));
  4. };
  5.