I got this when I was asking how to change them a few weeks ago. I don't know if I am missing something else but when I push any of the ASDW keys it freezes the mouse and curser iv tried turning default controls on and off moving it to the top and bottom of the event sheet but its the same.
(8-Direction Behaviour)
*When Key "W" is down -- then
--> Player Simulate control "Up"
*When Key "S" is down -- then
--> Player Simulate control "Down"
*When Key "A" is down -- then
--> Player Simulate control "Left"
*When Key "D" is down -- then
--> Player Simulate control "Right"
(Platform Behaviour)
*When Key "W" is down -- then
--> Player Simulate control "Jump"
*When Key "S" is down -- then
--> Player (Fall Through)
*When Key "A" is down -- then
--> Player Simulate control "Left"
*When Key "D" is down -- then
--> Player Simulate control "Right"
You are using platform and 8 direction at the same time? Aren't those two colliding with each other or sort of doing unnessecary double work?