Page 1 of 1

Actor creating unwanted trail.

PostPosted: Sun Sep 02, 2018 7:13 pm
by Sarmad786
Hey Guys !

I was working on my game. I used the MoveTo function but the problem is that the actor is creating a trail as it moves, that really looks awkward. Any suggestions ?

Thanks

Re: Actor creating unwanted trail.

PostPosted: Sun Sep 02, 2018 8:55 pm
by Kcee
I think the problem should be in your Create Actor code.
You should also post your code.

Re: Actor creating unwanted trail.

PostPosted: Mon Sep 03, 2018 10:31 am
by Sarmad786
This is the CreateActor of my actor

Code: Select all
MoveTo("Event Actor", Spot.x, Spot.y, 1.000000, "Game Center", "");