Stop Start
peakprod
Member Posts: 18
Hi, I have an actor moving on a course that changes direction 3 times with two rotations at direction change .Im trying to simply stop and start the actor anywhere along route with a touch inside. I can stop the actor with a touch inside, but the actor will not start with another touch inside (boolian will not go to true),
All directions rules have -
Rule speed1=true
actor stops ok with rule-
speed1=true,
actor touch inside
.
But then; rule -
speed1=false,
actor speedX = 0,
actor touch 'inside'
will not Change Attribute speed1 to true. to restart the actor.
Help would be appreciated
All directions rules have -
Rule speed1=true
actor stops ok with rule-
speed1=true,
actor touch inside
.
But then; rule -
speed1=false,
actor speedX = 0,
actor touch 'inside'
will not Change Attribute speed1 to true. to restart the actor.
Help would be appreciated
Comments
Actor receives touch inside
Contrain attribute motion x 0 and motion y 0