home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / CHIP102003.ISO / t-pay / t-pay.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2002-12-18  |  205 b   |  14 lines

  1. if(_level0._alpha < 100)
  2. {
  3.    _level0._alpha += 20;
  4. }
  5. else
  6. {
  7.    _level0._alpha = 100;
  8. }
  9. if(!_level0.constructed)
  10. {
  11.    _level0.soundMusic = new Sound(_level1);
  12.    _level0.constructed = true;
  13. }
  14.