Hey folks, I’m stumped on this…I’ve created a 3d menu much like the one at the bottom of the page here (stars):
http://www.kirupa.com/developer/actionscript/shape_camera.htm
thing is, I have 10 different “stars” (i.e. thumbnails), and don’t know how to modify the script properly. Here’s the attachMovie code as it stands:
for (i=1; i<=10) i +1) {
attachedObj = theScene.AttachMovie(“reka_1”, “reka_1” + i, theScene.depth++);
there are ten 'Reka" thumbs…I’ve tried housing all the thumbs in ‘reka_1’, and tried creating 10 seperate movieclips, each housing their own button, but somehow, I can’t get it right…
Would greatly appreciate any help! Thanks.