I am using 3DFA v. 3.72 to make a game. In the game, I have two moving elements - one controlled by the user, one which is started by the user pressing a key (up arrow) and then it moves independently and randomly. When exported and viewed in the browser, the independly moving element does not move when the key is pressed, or indeed at all. I also have a collision detect set up between the user-controlled element and the independent element, which works fine in 3DFA, but in the broswer this doesn't work either.

Does anyone know how I can fix this or what is causing it?

~Milli