Hi all,
I posted this in some flash forums but I thought it would be just as appropriate to post my question here too...
Im creating a UI using Flash and OOP Actionscript; and my question relates to designing the menu navigation system.
What needs to happen is fairly simple i guess : when a...
bit of a programming question here :
I have a data object class in which I would like a property to be an array of objects , each with their own properties and methods. It seems that in actionscript , once put inside an array, an object loses its type - does anyone know if is there any way round...
Hope someone can help me with this - I finally finished my flash project and tried to burn a hybrid mac/pc cd-rom for distribution; unfortunately when it was tested on a mac, the application stops working. This only happens in one of the sections of the application, always in the same place...
Hi guys,
Im having problems getting attachMovie to work for me when i roll over a movieclip.
here is my code:
this.container_mc.button_mc.onRollOver = function() {
this.attachMovie("icon","icon_mc",this.getNextHighestDepth());
trace(this.plus_mc); // returns undefined
}
if i...
Hi all,
Im a Flash developer, just starting to try out OOP actionscript development and like most beginners am more stuck on how to structure and design my program.
My problem is this: my app uses several different xml files as data sources (eg configuration xml, content xml, layout xml etc)...
Hi all,
I'm writing a flash application and i'm a bit of a beginner with OOP flash dev - so i've run into a bit of a design problem.
I need to load several different XML files for my program (eg a layout xml file, a content xml, a configuration xml file etc.)
Currently i have each class...
Hi there, I wonder if anyone can answer a question thats been bugging me for a while. All i want to do is create a bunch of buttons, each passing a unique id to a function when clicked. Something like this:
function createButtons() {
for (var i=0; i<buttonArray.length; i++) {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.