Hey Forum, I’ve been reading here for a while and I finally have a problem that brought me to join and ask. It’s very simple in my opinion, but annoying.
I am building an interface that lets the user load various games with the click of a button. The code is simple, here:
on(release){
loadMovie(“a.swf”,loadstage);
}
Obviously, a.swf is the game file and loadstage is the MC that holds it. It successfully loads the file into the MC, but the problem is that that’s all it does. I can’t actually interact with the buttons and play the game itself. What am I doing wrong?
Thanks a lot for your time.