# ff3beta mouse events question

**URL:** https://forum.kirupa.com/t/ff3beta-mouse-events-question/257330
**Category:** Uncategorized
**Created:** [April 12, 2008, 8:32pm UTC](https://forum.kirupa.com/t/ff3beta-mouse-events-question/257330 "2008-04-12T20:32:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lebonbon](https://avatars.discourse-cdn.com/v4/letter/l/eada6e/32.png) [@lebonbon](https://forum.kirupa.com/u/lebonbon)
#### Post date: [April 12, 2008, 8:32pm UTC](https://forum.kirupa.com/t/ff3beta-mouse-events-question/257330/1 "2008-04-12T20:32:30Z")

</div>

hi…  
i’m on a macBook running firefox 3beta…  
issue:  
i have a couple of buttons,  
i have eventListeners for MOUSE\_OVER and MOUSE\_OUT  
(mouse\_over = shows an animation next to the button, mouse\_out = hide)  
and a an ENTER\_FRAME calling the (coded) animation

for some reason ff3b just ignores all of this until i click the button,  
then it runs what it is supposed to on mouse\_over and when i release  
mouse button it treats it as mouse\_out … what the h\*\*l??

works perfectly on pc and in safari though…

second question…also weird (safari only, works everywhere else):

```
stage.scaleMode = StageScaleMode.NO_SCALE;

```

works width wise… height always gives me like half an inch  
of browser scroll. tried setting the stage to like 200x200. didnt do squat.  
size of project set to 100% by 100%  
any ideas?

thanks /bon
