(I'm using Stencyl 3.2)In my game, I have a button that has the On Screen Button behavior, and when I click it, it's supposed to switch to a different scene. Instead it gives me the TypeError: Error #1009. Even if I click on a button that isn't supposed to switch to a scene still gives me the error. Is there a way to fix this? I want to continue with my game.

This is what the Flash player gave me:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.stencyl::Input$/simulateKeyPress()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Input.hx:451]
at com.stencyl.behavior::Script/simulateKeyPress()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/behavior/Script.hx:1575]
at MethodInfo-4061()[Source/scripts/Design_7_7_OnScreenButton.hx:140]
at com.stencyl::Engine$/invokeListeners2()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:4022]
at com.stencyl.models::Actor/innerUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/models/Actor.hx:1469]
at com.stencyl::Engine/update()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2471]
at com.stencyl::Engine/postUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2632]
at com.stencyl::Engine/onUpdate()[C:\Program Files (x86)\Stencyl\plaf\haxe\lib/stencyl/1,00/com/stencyl/Engine.hx:2625]
My logs of the game are attached to this post.