
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
||||
|
||||
Actionscript:
myMovieClip._visible = false
__________________
there are 10 types of people in this world... those that understand binary and those that dont. ___________________________________________ Jiggie |
«
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 |
| 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 |




