Simultaneous attributes changes not working

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
anahum
Posts: 172
Joined: Tue Apr 21, 2009 4:43 am
Location: Chile
Contact:

Hi. Is it normal that if I use Logic Block Settings with Timers, Transitions and Variables trying to change 2 attributes to the same element....only honors the timed transition for one of the attributes?

(example....changing x/y position and either size or scaling for the same skin element using the same timer, transition duration and variables.... only one of the attributes changes with the timed transition but the other changes discrete)
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
I guess it depends on how your doing it but yes you should be able to effect all logic blocks of a single element.
How are you doing it?
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/
User avatar
anahum
Posts: 172
Joined: Tue Apr 21, 2009 4:43 am
Location: Chile
Contact:

Hi Hopki.

To make it simpler, I eliminated the timers and the problem is the same.

For example, if I want that a rectangle on click moves smoothly from its current x/y position to x=0 y=0 in 2 seconds and simultaneously to change its alpha from 1 to 0 in the same amount of time (2 secs).... what happens is that the movement happens instantaneously and the change in alpha takes the 2 seconds specified in the transition duration. I did this creating a variable named "var1" initially set to "false" and then added an action to the rectangle "on click set variable true var1".

Also added 2 logic block settings to the rectangle....

for position: "*var1 = true X=0 Y=0" Default Value: X=200 Y=200 and transition enabled with 2 seconds time.
for alpha: "*var1 = true Alpha: 0.0000" Default Value: Alpha=1 and transition enabled with 2 seconds time.

With only one (either) of the attributes changing works fine....but not if I do it simultaneously.
User avatar
anahum
Posts: 172
Joined: Tue Apr 21, 2009 4:43 am
Location: Chile
Contact:

Hopki wrote:Hi,
I guess it depends on how your doing it but yes you should be able to effect all logic blocks of a single element.
How are you doing it?
Regards,
Hopki
Hopki, any idea if this is a bug?
User avatar
Hopki
Gnome
Posts: 13028
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Arturo,
Its a bug and I am reporting it.
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/
User avatar
anahum
Posts: 172
Joined: Tue Apr 21, 2009 4:43 am
Location: Chile
Contact:

Hopki wrote:Hi Arturo,
Its a bug and I am reporting it.
Regards,
Hopki
Thanks Hopki.
Post Reply