So i am making a layout where inorder to access the 2nd side of the map you need to go through a portal and press Space on released.
Now i used the same coding for the other portal so its like this Portal A ----> Portal B with space release and then Portal B---->Portal A with space release.
Apparently these event are looping on space release. I even rename the sprite created two different sprite and created two different animation frame to have the condition to check.... IT still looping what gives ?
Another thing i need to point out is that yes i can go Portal A to portal B but apparently the game thinks to do Portal B to Portal B.
And yes i did test with two different button press and it work fine. My question is why is it not working with just space release for both ? even if the condition are different. Is it a bug ?