But I dont want it to be at the moment.
I want it to be like car breck.
Any codes?
P.S.
Sorry 4 the spelling!
I need to make the DM stop.
7 posts
I don't understand at all what you are after.
Could you post more details/ exmaples of presets and hopefully someone can help you.
Could you post more details/ exmaples of presets and hopefully someone can help you.
You could try something like this:
frame:
a=a*.97;
beat:
a=1;
per pixel:
x=x+whatever*a;
y=y+whatever*a;
frame:
a=a*.97;
beat:
a=1;
per pixel:
x=x+whatever*a;
y=y+whatever*a;
this will turn the dm on/off on beat
beat: t=1-t;
frame: k1=if(t,k1,k1+0.05);k2=if(t,k2,k2+0.01);
point: x=x+k1;y=y+k2;
beat: t=1-t;
frame: k1=if(t,k1,k1+0.05);k2=if(t,k2,k2+0.01);
point: x=x+k1;y=y+k2;
not onbeat turn off/on
I meen like frame stop.
Like this:
Init:
a=30;fc=0;
Frame:
fc=fc+1;
s=if(above(fc,framestop),a-1&if(equal(a,0),s,a),a);
But i think there is somthing wrong in this.
I meen like frame stop.
Like this:
Init:
a=30;fc=0;
Frame:
fc=fc+1;
s=if(above(fc,framestop),a-1&if(equal(a,0),s,a),a);
But i think there is somthing wrong in this.
Are you trying for a gradual slow down?
Yep I want to slow down until the dm stops and then count 85 Frames 'til the speed inscreted.
P.S.
Still sorry 4 the spelling erorrs.
P.S.
Still sorry 4 the spelling erorrs.