home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / DefineSprite_134 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  306 b   |  21 lines

  1. function animateLightOnce()
  2. {
  3.    auto = false;
  4.    vaEtVientCount = 0;
  5.    blinkCount = 0;
  6.    gotoAndPlay(5);
  7. }
  8. function animateLight()
  9. {
  10.    auto = true;
  11.    vaEtVientCount = 0;
  12.    blinkCount = 0;
  13.    gotoAndPlay(5);
  14. }
  15. function setLightOff()
  16. {
  17.    auto = false;
  18.    gotoAndStop(1);
  19. }
  20. stop();
  21.