I've got over 4000 .FLA-files that's containing one movieClip each.
What I want to do is to have one FLA-file, and put all the movieClips (one from each FLA) inside the library of that one FLA.
...
I got this loop that should loop until it reaches the length of an array
for (var i:int = 0; i < d_listDataArray.length; i++)
The problem is that, it should NEVER be greater than 15.(The array can...
Hello again!
I got this annoying error that's telling me that this resource type exceeded.
I've tried to catch where the error happens, but wasn't able to find it.
If I comment out the red-marked...
Hello everyone,
i have about 4000 pngs that i want to load to memory b4 doing anything else.
I am trying to avoid, since as3 is single thread, freezing everything else.
So the idea is to first...
Thanks Cancerinform,
I also would like to share this link:
http://www.learningactionscript3.com/2007/11/19/stopping-event-propagation/
that talks about event propagation...
Cheers.
Leo.
I have a dragable stage...
over this stage i have a menu with a dragable handler... everytime i move (drag it) the handler, the stage also moves...
how to stop this anoying thing?
Hello Somlemeg,
Thanks for the reply. Looks like there is no way to create a Facebook App using just AS3.
Tried, searched, and didnt find much examples or code to try...
:-(
Thanks anyway....
Hello Somlemeg,
Thanks for the reply. Looks like there is no way to create a Facebook App using just AS3.
Tried, searched, and didnt find much examples or code to try...
:-(
Thanks anyway....
Hello everyone, for the last 3 days i have been trying to paste a link on facebook using a simple app that i created. Just to test how is dealing with facebook using as3. But still cant paste a...