loadingbar vertical

Post Reply
MPW
Posts: 121
Joined: Wed Mar 06, 2013 4:22 pm
Location: Germany

Hi there,
did anyone try to change the default loading bar to a vertical expanding (from bottom to top) one?
Just changing "move x" to "move y" in modifications and setting the ankerpoint to bottom center doesn´t help.
Any ideas? Thank´s for them.
User avatar
Hopki
Gnome
Posts: 12999
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
Add a rectangle to the skin and set its size X = 10 Y = 180.
Then set the Centre to middle, bottom this will make the load bar expand up.
If you set the Centre to the middle then it will expand from the centre going up and down, if you select top centre then it will expand down.

Set Actions,
Loaded => Hide Element => Target: $self
Reload => Show Element => Target: $self

Set Modifiers:
Scale Y => Loading => Factor: 1.000 => Offset: 0.0

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/
MPW
Posts: 121
Joined: Wed Mar 06, 2013 4:22 pm
Location: Germany

Thank you.
It´s running now. :D
Post Reply