soupking
June 18th, 2009, 06:55 PM
Like in AS2 you can just hit a button, goto another frame, and that frame will loadXML in an executed function and then there you are.
Well AS3 is so different in approach, like some people even have an XML loader as an external class. I'm new at this an I'm kind of going in circles between tutorials trying to figure out what the best way to have a button trigger an XML loaded document revealing a thumbnail gallery etc.
Like some questions are?
Should I load my XML class in the beginning and then since I don't want it to load until MOUSE.EVENT put the function somewhere else to be loaded, and if so, what's smart?
Anybody know what's a good plan for that? Like to trigger and XML loader? Where should stuff go?
Any suggestions super helpful.
Well AS3 is so different in approach, like some people even have an XML loader as an external class. I'm new at this an I'm kind of going in circles between tutorials trying to figure out what the best way to have a button trigger an XML loaded document revealing a thumbnail gallery etc.
Like some questions are?
Should I load my XML class in the beginning and then since I don't want it to load until MOUSE.EVENT put the function somewhere else to be loaded, and if so, what's smart?
Anybody know what's a good plan for that? Like to trigger and XML loader? Where should stuff go?
Any suggestions super helpful.