Skip to main content
Participant
September 7, 2010
Question

Flash game problem: Game wont start until user clicks stage

  • September 7, 2010
  • 1 reply
  • 546 views

Hi Everyone,

I'm a student at Drexel University and I just completed a basic platformer for a actionscript class. My professor docked me some points for the game not working until the user actually clicks within the swf. I've heard that this problem is caused on mac osx, but I don't have any concrete evidence to get the points back. Can anyone help? Here's a link to the game if you want to check it out. Thanks a lot!

http://sandbox.westphal.drexel.edu/~kg394/DIGM265.html

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
September 7, 2010

It was also required on my PC using IE8, so your Mac theory is out.  If it requires that you set focus on the stage to get it running, then you probably want to have focus set there using code as soon as the game section starts... but I usually have a heck of a time managing focus with actionscript... regardless of how they say to implement it, it tends to not work for me on any reliable basis (probably just Murphy's Law).