ForumsSupport Forumpaladin's adventure

2 100
rmichael
offline
rmichael
1 posts
Nomad

in game controls will not work. controls work only on exterior template. Example: Jump left/right buttons move the entire game screen but nothing in-screen.

  • 2 Replies
Tasselfoot
online
Tasselfoot
872 posts
Chamberlain

If this is occurring, please try clicking on the game frame an additional time.

SpectralFirePatrol
offline
SpectralFirePatrol
1 posts
Nomad

You're capturing keyboard/mouse events in the right element

event.preventDefault() is used to stop default browser behavior

The game canvas has focus (use .focus() if needed)

Showing 1-2 of 2