I have a problem with "Instant" animation. The thing is i want the object instantly Rotate from 0-90 degree(looping), I've played around a lot with the interval and CDS and i can't get it right!
Do i need one more interval or CDS? I just can't do it!![]()
what do you mean with instantly?
if you mean 0degrees wait, instantly 90 wait, instantly 0
its better to use a vds +2 set event and a delay
interval(every x ticks)->set(90)->delay->set(0)
set event target is the variable datasource
I Will try that! Even sounds better and easier![]()
A sh*t. Now my track is freezing as soon as i press up ! And my complexity is barely half way to middle :O never run in to this before! Anyone knows how to fix?
its a very uncommon bug
you got an older save?
Well i tried it in a new track it works but it doesn't loopi did this- interval(3sec) tick(1sec)->Ope1->vds(90)
Ope1->delay(2sec)->ope2->vds(-90)
make sure disable after x impulses isn't activated
and the delay time is +- half of interval time
Its not. And delay is +- half . I'm doing something wrong obviously![]()
if interval trigger is on 60ticks delay ticks should only be +-30Originally Posted by Weide
Still not working -.- I'm doing this from the beginning.