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

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