Clone Moving

Non-platform specific questions.

Clone Moving

Postby Joshua Worth » Mon Jul 17, 2006 7:46 am

Is there a way to move an individual clone, for example:
Code: Select all
clone.5.x=blah

etc, or is there no way to move a clone... :?:
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score

Postby DilloDude » Mon Jul 17, 2006 7:57 am

Code: Select all
getclone("clone.5")->x = blah;

if you use the getclone2 function found in advanced topics,
Code: Select all
int cI = 5;
getclone2("clone", cI)-> x = blah;
useful when you have a separate integer to find.
Image
User avatar
DilloDude
 
Posts: 866
Joined: Tue Jan 24, 2006 9:51 am
Location: Nyerellion
Score: 58 Give a positive score

Postby Joshua Worth » Mon Jul 17, 2006 8:03 am

Thankyou SOOOOOO much!! I have had this problem 4 ages(i have found ways around it, using arrays)
Stay sweet
User avatar
Joshua Worth
 
Posts: 515
Joined: Tue Jul 19, 2005 12:00 am
Location: Stralia
Score: 5 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest