| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
How to make a Stop/Pause/Start button?
How to make a Stop/Pause/Start button?
Im making a flash of sony camera, i want to put a video on the flash. but how can i create a Stop/Pause/Start button to control the movie? Help please! thanks! |
|
#2
|
|||
|
|||
|
Quote:
HELP HELP HELP PLEASE |
|
#3
|
|||
|
|||
|
Have you tried searching? this site has lots of tutorials for this kind of stuff.
//Banjo |
|
#4
|
|||
|
|||
|
Jennifer. There is no need to bump your topic. We will find it.
Pause button: Code:
on (release) {
stop();
}
Stop Button: Code:
on (release) {
gotoAndStop(1);
}
Play Button: Code:
on (release) {
play();
}
Should all work. Gave that to someone the other day and it did.
__________________
Ask me for help in the following areas: Flash - Should be able to help HTML/Dreamweaver/Web Design - Should be able to help. CSS - Can help in some areas Also working on: JavaScript PHP C++ DHTML |
![]() |
| Viewing: Tutorialized Forums > 2D Graphics > Flash > How to make a Stop/Pause/Start button? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|