home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_47_PowerUpShineID / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  211 b   |  10 lines

  1. this.onEnterFrame = function()
  2. {
  3.    this._x += (_root.Device._x - this._x) / 10;
  4.    this._y += (_root.Device._y - this._y) / 10;
  5.    if(this.hitTest(_root.Device))
  6.    {
  7.       this.unloadMovie();
  8.    }
  9. };
  10.