home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / david.swf / scripts / __Packages / Forgrunnsplatform.as < prev    next >
Encoding:
Text File  |  2007-03-28  |  304 b   |  12 lines

  1. class Forgrunnsplatform extends Platform
  2. {
  3.    var mc;
  4.    var dybde;
  5.    function Forgrunnsplatform(mc, brett_x, brett_y, bredde, hogde)
  6.    {
  7.       super(mc,brett_x,brett_y,bredde,hogde);
  8.       this.mc.swapDepths(4000 + Figur.platformliste.length);
  9.       this.dybde = this.mc.getDepth();
  10.    }
  11. }
  12.