Author Topic: Hold event  (Read 422 times)

AKA hold that bitch
Yea whatev
So, could anybody tell me how to make an event which loops a line continuously when the brick is being held down?
I mean without the use of zones, or any other types of support bricks if possible.
And/Or the same holding event, but it triggers something once after holding it down for X time.
Thanks.

like a button that you stand on?

[0]onPlayerTouch > Self > CancelEvents
[0] onPlayerTouch > Self > setColor [Red]
[300] onPlayerTouch > Self > setColor [Blue]

Nope. You click and hold on something.

Is that even possible

Also, belongs in coding halp

Is that even possible

Also, belongs in coding halp
No.
Nope. You click and hold on something.
Not made yet, it was suggested to me, I'll go try to make it.

technically it's possible, I forgot the variable to do it with VCE, but I think Orthone knows it