0
How Can I put the code Play And Stop Button in Flash Cs6
New Here
,
/t5/animate-discussions/how-can-i-put-the-code-play-and-stop-button-in-flash-cs6/td-p/10739033
Nov 14, 2019
Nov 14, 2019
Copy link to clipboard
Copied
So I have a project to send my teacher in Adobe Flash Cs6. I make the Wheel Spinner. At this time I am confusing when I put the code on the button start and stop I use the code
on (release) {
Wheel_mc.play();
}
and
on (release) {
Wheel_mc.stop();
}
So Anyone can help me? to spin the Wheel for my fortune !
TOPICS
ActionScript
,
Code
,
Performance
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
LATEST
/t5/animate-discussions/how-can-i-put-the-code-play-and-stop-button-in-flash-cs6/m-p/10766976#M199225
Nov 27, 2019
Nov 27, 2019
Copy link to clipboard
Copied
Check out this tutorial https://www.youtube.com/watch?v=oimDNaBTPlI
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

