I need to create a button that will only activate at a certain time, here is the scenario…
Say for example you have a ten frame animation that is looping round and round. In this animation there is a button saying ‘onMouseDown goto Frame 11’. Everything is fine so far, but if someone clicks on the button in the middle of the animation, say on frame 4, there will be a jump between frame 4 and 11. I want to know if there is a way of telling the button to goto frame 11, but not before it has gone to the end of the loop at frame 10.
Thanks for your help,