First, I’m a newbie to AS3 (actually any version of AS). I’ve been through a bunch of tutorials and am getting a decent grasp.
Anyway, question: I want to create a menu via AS3. The problem is that instead of just writing one that is permanently on the site, I want to have one that is only generated once there is a mouse action. Is this even possible?
I would think it is, but every tutorial I’ve seen on the Web is just AS3 code that loads and is written into the resulting movie.
Here’s what I’m trying to do. I’ve got a map (or Africa, if it matters) and each of the countries is seperate, what I’m trying to be able to do is get a unique menu that generates (dependent on XML, so it will vary from country to country) for each country, once that country is clicked on. Then when the user clicks on the next country, a different menu.
I’ve tried to do it via some mouse events, but am failing miserably. So, can I even do this?
Thanks.