Page 1 of 1

loadingbar vertical

Posted: Wed Jun 19, 2013 12:40 pm
by MPW
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.

Re: loadingbar vertical

Posted: Wed Jun 19, 2013 5:01 pm
by Hopki
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

Re: loadingbar vertical

Posted: Thu Jun 20, 2013 10:50 am
by MPW
Thank you.
It´s running now. :D