html5 error on "mouseover"

Q&A about the latest versions
Post Reply
Robert Harshman
Posts: 75
Joined: Thu Nov 30, 2006 5:53 pm
Location: Chicago/Austin TX
Contact:

Added some simple actions/modifiers to the Simplex skin and now the html5 display is broken, in local test on Safari I'm getting these messages from the error console:

264skin.js:969TypeError: Result of expression 'me.elementMouseOver' [undefined] is not an object.
/favicon.icoFailed to load resource: the server responded with a status of 404 (Not Found)
nnnnskin.js:969TypeError: Result of expression 'me.elementMouseOver' [undefined] is not an object.

The action I added was simply Mouse Over/Leave - Change element alpha 1/.4 $self

Is this broken or a case of user error :oops:

This works in Flash.

Regards,

Robert
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Alpha causes problems with HTML5 since the Apple update. It is a know issue. At this stage avoid Alpha fades.

Regards, Smooth 8)
Image
Robert Harshman
Posts: 75
Joined: Thu Nov 30, 2006 5:53 pm
Location: Chicago/Austin TX
Contact:

Thanks Smooth,

Bummer about that, trying to make the interface fade into the background when not needed.

Regards,

Robert
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Robert
You can use Set Element Scale 0/0 to hide an element and set Element Scale 1/1 to show it without any problems.
You can also use Move Element to slide it off screen.
This works fine.
Regards
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Post Reply