New issue
Advanced search Search tips

Issue 799 attachment: myclass.as (448 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
import flash.display.BitmapData;

class myclass {
//class myclass extends Number {
function myclass extends BitmapData(){


//super(1000, 1000, true, 1000);

//super(10);
//();
//this.__proto__={};
//this.__proto__.__constructor__ = ASnative(2101, 200);
//super(new NetConnection());
trace("class");

}

function test(){
//trace("in test");
//super(1000, 1000, true, 1000);

}

}