home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / tunnelrush.swf / scripts / DefineSprite_111 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2007-03-12  |  90 b   |  6 lines

  1. function trail()
  2. {
  3.    _root.TrailHold.attachMovie("Ball_Trail","T" + t,t);
  4.    t++;
  5. }
  6.