Please or Register to create posts and topics.

Panel trouble

PreviousPage 2 of 2

Wow if only everyone was as organized as you. And the only thing wrong I see here is
Holdanimation is set to No. Everything else looks fine.

Image
PortalStories.com
"Oh, in case you got covered in that repulsion gel, here's some advice the lab boys gave me: DO NOT get covered in the repulsion gel."
iWork925 wrote:
Wow if only everyone was as organized as you. And the only thing wrong I see here is
Holdanimation is set to No. Everything else looks fine.

the Holdanimation is on no. because i whant it to go back to the idle position.

Yes, but if not the brush may get messed up if the animation jumps back to its first frame. You should put hold animation to yes, then put something like:

onbuttonpress > panel_model > setanimation > 64_out > 0.00
onbuttonpress > panel_model > setanimation > 64_in > 1.00

that way it will go out, stay out - not repeat, then go back in after a second. or you could lower the second delay to whatever.

Image
PortalStories.com
"Oh, in case you got covered in that repulsion gel, here's some advice the lab boys gave me: DO NOT get covered in the repulsion gel."
iWork925 wrote:
Yes, but if not the brush may get messed up if the animation jumps back to its first frame. You should put hold animation to yes, then put something like:

onbuttonpress > panel_model > setanimation > 64_out > 0.00
onbuttonpress > panel_model > setanimation > 64_in > 1.00

that way it will go out, stay out - not repeat, then go back in after a second. or you could lower the second delay to whatever.

thanks it worked but now the animation is too slow. it stay out to long, so it seems that if the delay is short it will bug out.

Just incrementally decrease the delay time of the second output until you have your timing correct without glitches.

Image
PortalStories.com
"Oh, in case you got covered in that repulsion gel, here's some advice the lab boys gave me: DO NOT get covered in the repulsion gel."

Since 1 second is too long i guess you want the delay to be 0.0?

Mostly lurking
PreviousPage 2 of 2