MOUSEOVERS
Started by Texasjgc, Mar 22 2006 02:18 AM
5 replies to this topic
#1
Posted 22 March 2006 - 02:18 AM
Hello. I am wondering if anyone can help me with mouseovers in mx 2004. What im trying to do is actually refrence a cast member to appear in a certain place in my movie depending on wheere the mouse goes...for example, if i mouseover the center of the stage, i want the word "center" tappear where the mouseover took place. in this scenario, the word would appear under the mouse in the center of the stage. if anyone can help me i ask you plz help. if there are any tutorials or if anyone can help in ANY way, it will be greatly appreciated. Thank you to all in advance.
#2
Posted 22 March 2006 - 02:30 AM
Well take the item you want the rollover to happen on, edit the action script and say something like :
on(rollover) {
item.visible = TRUE;
}
on(mouseout) {
item.visible = FALSE;
}
(not exactly sure on the syntax, but I know its something like that - I dont have flash on this computer so yea)
Btw, next time post a question in the appropriate topic here: http://www.pixel2lif...hp?showforum=58
on(rollover) {
item.visible = TRUE;
}
on(mouseout) {
item.visible = FALSE;
}
(not exactly sure on the syntax, but I know its something like that - I dont have flash on this computer so yea)
Btw, next time post a question in the appropriate topic here: http://www.pixel2lif...hp?showforum=58
#3
Posted 22 March 2006 - 02:43 AM
l3lueMage, on Mar 22 2006, 01:30 AM, said:
Well take the item you want the rollover to happen on, edit the action script and say something like :
on(rollover) {
item.visible = TRUE;
}
on(mouseout) {
item.visible = FALSE;
}
(not exactly sure on the syntax, but I know its something like that - I dont have flash on this computer so yea)
Btw, next time post a question in the appropriate topic here: http://www.pixel2lif...hp?showforum=58
on(rollover) {
item.visible = TRUE;
}
on(mouseout) {
item.visible = FALSE;
}
(not exactly sure on the syntax, but I know its something like that - I dont have flash on this computer so yea)
Btw, next time post a question in the appropriate topic here: http://www.pixel2lif...hp?showforum=58
hmm....well that helps, i think. i guess i shouldve added i want the word to mimic the behavior of a tooltip...like it popsup on mouseover. but unlike a tooltip i want the cast member (in this case a word) to stay visible until the mouse leaves that current position. so thanks, i got somewhere to start fromit seems...if anyone else can provide further help i would appreciate it. im refreshing this page every 10 min. thanks everyone.
#4
Posted 22 March 2006 - 07:20 PM
Moved to proper category.
#5
Posted 23 March 2006 - 07:28 PM
#6
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
