var your_r:String = "net.swf";
var url_r:URLRequest = new URLRequest(your_r);
var myLoader_r:Loader = new Loader();
movie_rollup.addChild(myLoader_r);
myLoader_r.load(url_r);
Flash8 how to make a button disappear if something is x frame?
-
so erm. i have no idea what an identifying thingymajiggy would be like when
a button has this sorta code; "if certain symbol is in a certain frame,
disappe...
2 days ago