Skip to main content
Inspiring
April 20, 2008
Question

carousel icons load bug fix help needed

  • April 20, 2008
  • 9 replies
  • 538 views
hi :)

scott_euser helps me to modify my carousel,i wanted when all icons will be loaded then to show them and here is it works fine but it has one bug some icons doesnot show correctly here is as

please someone help me to fix this bug with icon load

here u can see bug http://banernnn.narod.ru/test/index.html please help me really need it :)

This topic has been closed for replies.

9 replies

kglad
Community Expert
Community Expert
April 20, 2008
it was a long shot.
Inspiring
April 20, 2008
nope it doe snot works :( still same thing :(
kglad
Community Expert
Community Expert
April 20, 2008
you can try the following but it may not work because of your movieclip spacing and/or registration points:

this.swapDepths(Math.ceil((Math.cos(this.angle) + 1) * numOfItems * 2));
Inspiring
April 20, 2008
:) gus please somone please help to modify my as please :)
kglad
Community Expert
Community Expert
April 20, 2008
you're welcome.
Inspiring
April 20, 2008
its so hard? no thanks i will wait if someone helps me :(
kglad
Community Expert
Community Expert
April 20, 2008
if you want to hire me to do this send me an email via my website. otherwise, someone else may do this for you free of charge.
Inspiring
April 20, 2008
thank u for replay :) please if u will have time can u modify this as and paste it here i am not proffesional in as :( please help me i really need it please :)
kglad
Community Expert
Community Expert
April 20, 2008
there's no need to repeatedly create your mcl listener and its onLoadInit method. you should remove that from your loop.

and your graphic glitch is caused by an incorrect formula for swapDepths(): you should not be swapping depths based on that unnecessarily complex and incorrect formula. base it on the object's angle.