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