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);
AS 2 is it possible to make characters click-to-move?
-
What I'm asking specifically is, is it possible to make characters (or just
plain symbols) dynamically move to your cursor when you click on something?
I'v...
2 weeks ago