flash movie control?
flash movie control?
Out of context: Reply #6
- Started
- Last post
- 11 Responses
- ********0
now reference that script on your pause\play button:
Put this on them: on(keyPress ""){
if(pauseFlag == null){
pauseFlag = 1;
};
pauseMe();}
on(press){
if(pauseFlag == null){
pauseFlag = 1;
};
pauseMe();
}