Jump to content


Photo

buttons too close?


  • Please log in to reply
2 replies to this topic

#1 liquid486

liquid486

    Young Padawan

  • Members
  • Pip
  • 67 posts

Posted 17 July 2005 - 11:21 AM

Heres the problem file

I created a simple navigation using mouseover events on a movie clip.

Each button has this actionscript:
on (rollOver) {
	play();
}
on (rollOut)  {
	play();
}
It plays a movie clip which stops at the start and in the middle. If this is hard to follow, check out the .fla: here.

Why do the mouseovers only work when going slowly?

#2 funkysoul

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 17 July 2005 - 02:53 PM

The mouse just needs to stay longer then 0.5s to activate that state!
If you don't want that sideeffect, you just have to create a listener for all your buttons, with a very high intervalrate..

http://www.ultrashock.com has good tuts about Listeners

#3 liquid486

liquid486

    Young Padawan

  • Members
  • Pip
  • 67 posts

Posted 18 July 2005 - 06:05 PM

Thanks for the info. I tried looking at the tutorials, but I am still confused. Can someone give a quick explanation of what a "listener" is? Thanks!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users