home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / grand_roulette.swf / scripts / DefineSprite_80 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  223 b   |  14 lines

  1. if(_name.split("_")[2] != "New")
  2. {
  3.    stop();
  4.    delete AlphAnim;
  5. }
  6. else
  7. {
  8.    AlphAnim = function()
  9.    {
  10.       Targ.AnimToPlace(10,100,_totalframes - 1,_currentframe - 1,"_alpha");
  11.    };
  12.    Targ._alpha = 10;
  13. }
  14.