/ Published in: ActionScript 3
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
package {
public class HoofdKlasse {
public static var instantie:HoofdKlasse;
public var pijl:String = "pijl";
public function HoofdKlasse() {
HoofdKlasse.instantie = this;
}
}
}
package {
public class AndereKlasse {
public function AndereKlasse() {
trace(HoofdKlasse.instantie.pijl);
}
}
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                