Hi,
I recently switched to as3 and oop and I’m quite stuck on a project.
I have an app with a setup page that requires the user to select a scenario for a quiz. Their choice determines the content that’s loaded next.
With as2 I would have used a global variable to indicate the users choice but of course that’s not longer an option, and I don’t think I can send an event because the next page isn’t loaded yet.
So how do I communicate with a class belonging to a dynamically loaded swf that isn’t loaded yet?
I’m sure this must be an everyday requirement for most but I haven’t been able to locate a solution.
Thanks,
David