|
-
Ok. I did post this under the General Forum but am not really getting detailed information. Below is what I am looking for and posted earlier:
================================================
Alright I have been trying to do this button rollover trick and its not working. I would like anyones advice.
Here is a mock up of what I would like to do:
http://www.roblittle.com/images2/pablo_layout.jpg
The buttons are the cross bows (Duhhhh) haha
And here is what I want. Where the large head is, I want it to disappear and the words of what each link appears separtely in the middle of the 2 circles as you roll over the buttons.
I tried creating in the "ON" state of a rollover the 2 circles being blank without the head and the words in the middle but it didn't work. Anytime you rolled over the head it would try to be the "ON" link for each button. Not to mention it was very slow trying to bring up the picture.
================================================== =========
ALSO SOME OTHER GUYS POSTED THIS BUT I NEEDED MORE CLARIFICATION
================================================== =========
Try using the set property command.
On (Roll Over)
Set Property ("/largehead", Visibility) = "0"
Set Property ("/words", Visibility) = "1"
End On
On (Roll Out)
Set Property ("/largehead", Visibility) = "1"
Set Property ("/words", Visibility) = "0"
End On
You might want to set your movie up by using the set property command in the first frame:
Set Property ("/words", Visibility) = "0" (use different layers for each command)
===================================
Marx was right about the visibility stuff
and other buttons won't think that visibility is 1.
U just have to use Marx action in your buttons.
Still i would preffer tell target.
It would look smth like:
On (Roll Over)
Begin Tell Target ("/LargeHead")
Go to and Stop ("blank keyframe")
End Tell Target
Begin Tell Target ("/text")
Go to and Stop ("visible text")
End Tell Target
End On
On (Roll Out)
Begin Tell Target ("/LargeHead")
Go to and Stop ("visible head")
End Tell Target
Begin Tell Target ("/text")
Go to and Stop ("no text")
End Tell Target
End On
================================================== =======
I WOULD APPRECIATE ANY AND ALL HELP. PLEASE BE SPECIFIC AND DETAILED FOR I AM A FLASH VIRGIN. hahaha I said virgin.
Thanks in advance,
Rob Little
http://www.roblittle.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|