home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / climatechaos.swf / scripts / DefineSprite_1874_big_shell / frame_2 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  117 b   |  10 lines

  1. if(Story.snow)
  2. {
  3.    this.stop();
  4. }
  5. else
  6. {
  7.    this.gotoAndStop(1);
  8. }
  9. photo_name = "a snow covered shape...";
  10.