Page 1 of 1

animation stop? & about clones?

PostPosted: Sun Jan 31, 2010 12:44 pm
by amanuob
XD help please,
how do you stop animation?
XD
and can any one make a simple demo of a clone making a clone that follows that clone. example
donkey clone 1 creates monkey clone 1 then monkey clone 1 follows donkey clone 1
but doesn't follow donkey clone 2 or 3,4 etc.
SO EACH CLONE =>
(Monkey follows donkey)

Monkey Clone1 follows Donkey Clone1
Monkey Clone2 follows Donkey Clone2
Monkey Clone3 follows Donkey Clone3
Monkey Clone4 follows Donkey Clone4
XD so can any one help me???>>

he he he tanx in advance. :D

Re: animation stop? & about clones?

PostPosted: Sun Jan 31, 2010 12:51 pm
by Superbeni
with Creator?

Just put creator instead of "Donkey" .

Re: animation stop? & about clones?

PostPosted: Sun Jan 31, 2010 9:25 pm
by skydereign
For the animation, just use this or the actual ChangeAnimation function, and set the direction to STOPPED.
Code: Select all
ChangeAnimationDirection("Event Actor", STOPPED);

Re: animation stop? & about clones?

PostPosted: Mon Feb 01, 2010 12:55 am
by amanuob
mwaahahaha!!!
so simple
XD tanx very much.