Skip to content
Forum Archive

I need to make the DM stop.

7 posts

djcoolman#

I need to make the DM stop.

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!
Rovastar#
I don't understand at all what you are after.

Could you post more details/ exmaples of presets and hopefully someone can help you.
Jaheckelsafar#
You could try something like this:

frame:
a=a*.97;

beat:
a=1;

per pixel:
x=x+whatever*a;
y=y+whatever*a;
nixa#
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;
djcoolman#
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.
djcoolman#
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.