hello, here's the script i found:
on every frame:
global gPauseMode
on exitframe
if gPauseMode = true then
go to the frame
end if
end
on pause putton:
global gPauseMode
on mouseup
gPauseMode = true
end
on play button:
global gPauseMode
on mouseup
gPauseMode = false
end if...
hello, i have to make a pause button which works like this:
during a slideshow, in the stage there's only the pause button. on rollover, no problem on this, the arrow becomes a finger, and it's restored on mouseleave. if i click the button turns into another (just the same button, simply in red...
hello, i'm at my first project with director. i made a slideshow, it shows some photos. i'd like to use a button as a pause, so that you can pause whenever you want and then, if you press the button again, you can go on with the slideshow. i tried making a behavior and using 'on mouseup' 'go to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.