
Welcome Guest
|
#1
|
|||
|
|||
|
on RollOver, on RollOut, on release
ok i have a button that then you rollover it it displays text.. and when you rollout it makes the text disappear.. and if you were to press then realase the button it shows an image... but the problem is after you release the button and then rollout it gets rid of the image and shows the text disappearing... how do i go about fixing that?
Code:
on (rollOver) {
tellTarget ("/screen_mask"){
gotoAndPlay ("wallpaper");
}
}
on (rollOut){
tellTarget ("/screen_mask"){
wallpaper.gotoAndPlay ("wallpaperout");
}
}
on (release){
tellTarget ("/screen_mask"){
wallpaper.gotoAndPlay ("playwallpaper");
}
}
__________________
![]() -hank D |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple rollout 'if' state options required | sampad | Flash CS3 / Flash 9 |
0 | 06-20-2009 03:42 PM |
| Rollover - Rollout problem | fgenois | Newbies |
0 | 01-08-2008 05:21 AM |
| RollOver RollOut Problem | Rachael | Newbies |
11 | 09-06-2004 02:42 PM |
| rollOver + rollOut movement | macroila | Flash MX ActionScript |
1 | 04-23-2004 05:23 PM |
| more colour - rollover & stay on release | hpw | Flash 5 Actionscript |
2 | 04-05-2001 05:44 PM |






