This is my second post and I’m struggling with flash, so bear with me.
I setup a scrolling 360 view of a warehouse for a client, and you can see what I have so far here.
The problem is the buttons work just fine if you click them first, before touching the slider. But, after using the slider, the buttons stop working. This is gonna be hard to explain for me but I’ll try. I have a value being set that designates the speed of scroll when the buttons are pressed or the slider is moved. The value is set correctly when the buttons are clicked before the slider is touched, but once the slider is moved, the buttons stop setting the speed value. The slider continues to work fine, but the buttons don’t. Reload the movie, and the buttons will work again, but only until the slider is moved.
If you need code samples, let me know and I’ll paste it in here.
I hope someone can help…the deadline is approaching and I’m pulling my hair out on this one.
Apparently the onEnterFrame within this code was looping forever and not letting my buttons perform the way they were supposed to. I was told to change the code to this: