;

PDA

Click to See Complete Forum and Search --> : Problem with wheel


rik_2000
04-11-2007, 07:21 AM
hey, i have completed a wheel from scratch and have added text to it but i have a problem i have host the fla so you can see when you click on each of the images it gives you information about each, however if you click on the final one this does not show i was wondering if anyone can shed some light on this

link: http://www.sharebigfile.com/file/140088/etiquetteMX-35-fla.html

flashpipe1
04-11-2007, 08:59 AM
:)

Dug around a little in your code...here's what I think you're asking...

Is the problem you're trying to solve that when you click on the black sample in the wheel, it doesn't display anything?

If so, it's actually working right, here's what's going on. The black swatch is actually the last description, but the button on that piece is telling 'content' to go to frame 1, which is a blank frame, not frame 43, which is actually the description for that swatch...

Hope that helps!!!

flashpipe1
04-11-2007, 09:02 AM
Whoops...actually, you need to point it to frame 44, not 43. I know there are 43 items on the wheel, but the first frame of content is blank, so there are 44 frames to navigate to....