LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-18-2004, 10:10 PM
hankd hankd is offline
Registered User
 
Join Date: Aug 2004
Posts: 19
Rep Power: 0
hankd is on a distinguished road
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
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 04:55 AM.