home *** CD-ROM | disk | FTP | other *** search
- class Forgrunnsplatform extends Platform
- {
- var mc;
- var dybde;
- function Forgrunnsplatform(mc, brett_x, brett_y, bredde, hogde)
- {
- super(mc,brett_x,brett_y,bredde,hogde);
- this.mc.swapDepths(4000 + Figur.platformliste.length);
- this.dybde = this.mc.getDepth();
- }
- }
-