|
-
you could make a variable to prevent the second roll over. A Bool variable. nest an if statement inside your rollover and make a rollout. messy code but it works
on (rollOver){
if (bool != true){
play sound;
bool = true:
}}
on (press){
play other sound;
}
on(rollOut){
bool=false;
}
excuse my code, its not real i just dont want to load up flash right now and make it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|