Hi, I followed the tutorial using the swc version TheMiner_en_v1_3_10.swc on mac. Flash Player 10.2.
create and add the Miner to stage:
var m= new TheMiner();
m.scaleX=m.scaleY=2
this.addChild(m);
I get TypeError: Error #1009: Cannot access a property or method of a null object reference when running in Flash IDE.
When running standalone debugger , no activity.
How do I solve this please?