Stop Moving

I feel like I am always asking the dumbest questions on the forums but here it goes... I have an actor that moves with the "Move" and I'm using that because I want the actor to always face the direction it's moving in (it's direction constantly changes and is random). But I'm trying to make it stop moving every few seconds (randomly) and it won't stop! I feel like I've tried everything. I know that if I use "Change Velocity" for movement instead, I can make it stop, but then the actor no longer faces the way it's moving... please help...

Comments

  • TimBOSSDevTimBOSSDev Member Posts: 44
    Have you tried making an attribute that is TRUE at the random times you want it to be stopped and then adding a rule where only when that attribute is TRUE the object will move. Otherwise it wouldn't move meaning it'll be stopped.
Sign In or Register to comment.