Page 1 of 1

clones?? again XD

PostPosted: Wed Feb 03, 2010 11:42 am
by amanuob
hey anyone help please. XD
I'm quite confused about clowning I mean cloning.

my problem is I don't know which clone collided with my character or I don't know how to get the clones name that collided with
my main character.

thanx in advance.

Re: clones?? again XD

PostPosted: Wed Feb 03, 2010 2:05 pm
by Superbeni
I donĀ“t know exactly where for it should be, but with a variable, change by the clone, should work.

Re: clones?? again XD

PostPosted: Wed Feb 03, 2010 6:09 pm
by thunderios
With collide.cloneindex you can get the index from the Player, and with just cloneindex you can get it if you program in the actor you collide with.
This only works with a collision event, you can't use the collide reference in a, for example, draw event.
With (collide.)clonename you can get the name of the clone.

Re: clones?? again XD

PostPosted: Thu Feb 04, 2010 12:00 pm
by amanuob
tanx it worked well XD.