Hello. What am i doing wrong?
It is probably silly but i have spent hours trying to find out why the player ge stucked....
dropbox.com/s/o99lo4m70i8covl/HELP.capx
Please help me!
It's actually very simple.
Once the player collides with sprite4 Variable1 is set to 1
System variable1 = 1 : set position to (67,356)
is true every tick after that, so every tick the position is set.
Develop games in your browser. Powerful, performant & highly capable.
Just add Trigger once where you check the conditions (Variable1=1)
You probably want the player's position to be set and after be able to repeat the same events.
The way to do that would be adding a condition system trigger once to the variable check and resetting the variable to 0 in an action.
Thank you LittleStain & matthewxq!
Construct2 is amazing but it is many Trial and Error on the road. But now im back on the road again.. :)