home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / paranormality.swf / scripts / frame_213 / DoAction.as < prev   
Encoding:
Text File  |  2005-09-29  |  433 b   |  18 lines

  1. backgroundSound = new Sound();
  2. backgroundSound.attachSound("kafka");
  3. backgroundSound.start(0,10000);
  4. backgroundSOund.setVolume(25);
  5. _highquality = 1;
  6. depth = 500;
  7. hilldepth = 100;
  8. itemdepth = 2000;
  9. platformdepth = 1000;
  10. stopRight = false;
  11. stopLeft = false;
  12. miny = bg._y - bg._height / 2;
  13. maxy = bg._y + bg._height / 2;
  14. maxx = bg._x + bg._width / 2;
  15. _level0.weapon = 1;
  16. health = 100;
  17. _level0.dweeb.removeMovieClip();
  18.