Hey guys i am following this tutorial imgur.com/a/YEr0r
He has done with 2 layers? i am guessing that are on top of each othere.. Is there a way to do this based on 1 frame using frames this is what i have so far.. imgur.com/a/YBYci
One image to be orange when music is on then same button but grey for when music is muted.
Thanks guys
That looks reasonable, what's the problem?
basically its starting on frame 1 (grey). When i click the button the animation just flickers rather than staying on the color.
also should be starting on frame 0 (orange)
Develop games in your browser. Powerful, performant & highly capable.
Take out set animation frame to 1 in the second event. In the first event, on start of layout, set the animation frame to 0 (or set toggle_music to 0)
Might be easier if you see the numbers i guess ;P
I have done this but its still starting from frame 1 (grey)
imgur.com/a/HFhCo
and upon clicking still flickering
Ah right, your events 3 and 4 need to be sub events inside the touch event, at the moment you have them outside.
Thank you!! All fixed now