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




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 08-15-2005, 04:27 AM
andyr106 andyr106 is offline
Registered User
 
Join Date: Aug 2005
Posts: 4
Rep Power: 0
andyr106 is on a distinguished road
Angry how do i make a movieclip invisible

hi
when i am playing a movie clip on level 1. How do i make the movie clip invisible sothat you can still see the main movie on level 0?

please help!

thankyou
Reply With Quote
  #2  
Old 08-15-2005, 04:38 AM
Gilardino Gilardino is offline
Registered User
 
Join Date: Aug 2005
Posts: 1
Rep Power: 0
Gilardino is on a distinguished road


it's easy here's the code' but u gotta make it into a clip first!
on (press) {
tellTarget ("/shape") {
if (_alpha-5>0) {
_alpha-=15;
}
}
}


shape being the notation u gave for ur movie clip
Reply With Quote
  #3  
Old 08-15-2005, 06:25 AM
Jiggie's Avatar
Jiggie Jiggie is offline
Registered User
 
Join Date: Sep 2003
Posts: 659
Rep Power: 10
Jiggie is on a distinguished road
Actionscript:
myMovieClip._visible = false
__________________
there are 10 types of people in this world...
those that understand binary and those that dont.
___________________________________________
Jiggie
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
how to make a movieclip play only once VashTS2099 Newbies 1 01-15-2005 05:44 PM
invisible MovieClip with visible children Ziporama Flash MX 2004 6 09-18-2004 05:20 PM
How to make a button invisible in Flash 5?? HELP!! djake76 Flash 5 Actionscript 3 09-04-2004 04:13 PM
How do you make a movieclip unload itself? Weevil Flash MX ActionScript 1 05-12-2004 05:15 PM
Resolved: how to make movieclip slowly thinner derpeter Newbies 2 02-26-2004 12:36 AM




All times are GMT. The time now is 05:56 AM.