Hi,
This is my first post! I've been reading in the forum and it's great! A lot of great feedback and helpful users.
I'm new to this. So please be patient.
Im doing a platform game. When my charachter walks past a sprite(invisible sprite "trigger") I want a small bar to be drawn from imagepoint to another point. Say, from 0% to 100%, or from 0% to 75%. And stop. Not keep raising in height. I've tried:
system> every tick> bar set height Bar.Height+1. But it keeps adding height.
And if I add the trigger it only adds +3 when walking past the trigger.
Best regards