home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / launcher / scripts / DefineSprite_1 / frame_4 / DoAction.as
Encoding:
Text File  |  2002-03-20  |  269 b   |  15 lines

  1. _level0.setChannelColour();
  2. if(newChannel == "true")
  3. {
  4.    _parent.ball.x.y.logo.S.gotoAndStop("newChannel");
  5. }
  6. else if(newMail == "true")
  7. {
  8.    _parent.ball.x.y.logo.S.gotoAndStop("newmail");
  9. }
  10. else
  11. {
  12.    _parent.ball.x.y.logo.S.gotoAndStop("S");
  13. }
  14. stop();
  15.