Forum Discussion
TuomoNaskali
3 years agoCommunity Member
How to prevent character moving through maze walls?
Hi all!
I have a maze and a character that I move with buttons (up/down/left/right).
I have added triggers to prevent the character from moving through walls: When character intersects with wall...
MathNotermans-9
3 years agoCommunity Member
I guess thats because of timing issues. I find it impressive you got this working with triggers at all. Storyline isnot build for this kind of interactivity im afraid. Timing issues will be tough to fix.
i would have used Javascript for something like this.
A small trick that might help fix the issue when you have 2 paths at either side of a wall.... add the path that shouldnot be reachable to a SlideLayer and disable that layer untill some variable is set to true. That way you can't activate that untill that variable is true.