clesueur
02-19-2008, 05:27 PM
Ive created an application thats meant to mirror geneotype growth etc. I need to get it so that a user clicks the 'go' button then a random array of shapes (aliens in this case) is generated... this works fine at the moment.
The next step is for the user to select 4 images they want to replicate and then click the 'replicate' button for new shapes (children) to be created with similarities to the shapes the user had selected.
my problem is that I can only get the replicate function working for the first 10 of 16 shapes... I believe its something to do with the button names
select_0.onRelease = org_selected;
select_1.onRelease = org_selected;
select_2.onRelease = org_selected; ... and so on
but when ive altered these ive just had more problems...
its difficult to explain so i have just attached the .fla, if anyone could have a look and see if they can see what im talking about it would be a great help...
cheers
chris
The next step is for the user to select 4 images they want to replicate and then click the 'replicate' button for new shapes (children) to be created with similarities to the shapes the user had selected.
my problem is that I can only get the replicate function working for the first 10 of 16 shapes... I believe its something to do with the button names
select_0.onRelease = org_selected;
select_1.onRelease = org_selected;
select_2.onRelease = org_selected; ... and so on
but when ive altered these ive just had more problems...
its difficult to explain so i have just attached the .fla, if anyone could have a look and see if they can see what im talking about it would be a great help...
cheers
chris