Jump to content


MOUSEOVERS


  • You cannot reply to this topic
5 replies to this topic

#1 Texasjgc

    Young Padawan

  • Members
  • Pip
  • 8 posts

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 l3lueMage

    Wanna Be Moderator

  • Publishing Betazoids
  • PipPipPipPip
  • 4,596 posts
  • Gender:Male
  • Location:San Francisco Bay Area

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

#3 Texasjgc

    Young Padawan

  • Members
  • Pip
  • 8 posts

Posted 22 March 2006 - 02:43 AM

View Postl3lueMage, 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



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 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 22 March 2006 - 07:20 PM

Moved to proper category.

#5 funkysoul

    The Funky Stuff

  • Publishing Betazoids
  • PipPipPipPip
  • 2,307 posts
  • Gender:Male
  • Location:Zurich, Switzerland
  • Interests:Music: HIM, HIM, HIM, Cafe del Mar, Linkin Park, Fort Minor, Coldplay, Eric Jordan<br />Sports: Snowboarding, KiteSurfing, Extreme Sports<br />Computer: Flash, After Effects, Actionscript

Posted 23 March 2006 - 07:28 PM

Nice example right on this site ;)

http://www.thecodebehind.com/code/flash/ac...sh-tooltip.aspx

#6 Texasjgc

    Young Padawan

  • Members
  • Pip
  • 8 posts

Posted 25 March 2006 - 04:42 PM

View Postfunkysoul, on Mar 23 2006, 06:28 PM, said:






WO!!!!! this tutorial could not be any closer to what i needed. This is friggin PERFECT! Thanks man...ALOT!

Cheers! :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users