He he he another Clone question
Posted: Thu Feb 04, 2010 1:48 pm
I understand that you can change an Actors X position or its variable from another Actor by doing this=>
Actors.x=x+1;
or
Actors.variable=variable-1;
so
how do I do it in a clone???
clone.1
???=>
clone.1.x=x+1;
I tried this and it didn't work so what do I have to do to make it work???
Actors.x=x+1;
or
Actors.variable=variable-1;
so
how do I do it in a clone???
clone.1
???=>
clone.1.x=x+1;
I tried this and it didn't work so what do I have to do to make it work???