Helmut Granda
learning through interaction
learning through interaction
Sep 26th
Sep 25th
Sep 21st
Sep 20th
or a while I was not able to fire different events and the reason why is because I was compiling to flash player 9 instead of 8. So if there are certain events that are not firing one thing that you can check is the export settings.
Sep 19th
hen you need a visible movieclip instead of creating a movieclip on stage and cleaning it up create a moviclip directly on the Library -New Graphic-.
Sep 17th
Sep 13th
When Dealing with Movieclips and you need to access the refence as string do [instanceName].toString() rather than instanceName.toString()
Sep 10th
As simple as creating a method in your class or a function on your code to delete unnecessary variables or set them to null for garbage collection.