|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
rollout/press syntax
allright,
I have a fla file with-in it is a movie clip named mask. Mask contains six objects, one of them named team which is a movie clip, what i want to happen is when someone clicks on team, it makes a box (box name=abba) appear, i have tried the following. I placed this as action script of team. on(press){ _root.abba._alpha+=100; } I placed this as action script on mask and in the main layer: _root.mask.team.press = function() { _root.abba._alpha += 70; }; i don't know how to do this, it's morethen likely a referencing problem, any help would be appreciate, my fla is attached. |
|
#2
|
||||
|
||||
|
Unfortunately, you have buried movieclips within butons within movieclips and placed button type actionscript in movie clip type processes which has nulled the inner buttons. Also because you used font types and a uncommon font without transforming it to vector it won't always show what you want. I didn't see ant abba._visible = true or abba._visible = false code which is what I think you are looking for.
|
|
#3
|
|||
|
|||
|
cool i figured that, quick question, i want the font to appear, if do a break appart on the entire object, basicaly creating one flat object, will that make the font appear regardless of wether the user has it or not?
|
|
#4
|
|||
|
|||
|
Just embed your font. Here's a good thread on embedding fonts.
http://www.actionscript.org/forums/...=embedding+font |
|
#5
|
||||
|
||||
|
I agree. After looking at the .fla, use the embed for your peticular project.
|
| Viewing: Dev Shed Forums > Web Design > Flash Help > rollout/press syntax |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|