Help on button press

I need a thing to be activated the whole time the player is moving and track the movement as that happens

when the player stops moving the thing deactiavtes

1 Like

Use a cordinate device, and a 2 properties, and a trigger, and repeater. So the coord devce. The trigger tells,

if x pos not = to temp x then
set temp x to x
else
SEND MESSAGE ON CHANNEL TO DO SOMETHING

2 Likes

it would actually be the exact opposite

1 Like

no, it’s basiclly saying, if x pos changes then reset thing, else brodscast on channel

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.