Archive: I need to make the DM stop.


11th September 2002 13:55 UTC

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!


11th September 2002 14:46 UTC

I don't understand at all what you are after.

Could you post more details/ exmaples of presets and hopefully someone can help you.


11th September 2002 16:25 UTC

You could try something like this:

frame:
a=a*.97;

beat:
a=1;

per pixel:
x=x+whatever*a;
y=y+whatever*a;


11th September 2002 21:17 UTC

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;


12th September 2002 13:09 UTC

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.


12th September 2002 16:08 UTC

Are you trying for a gradual slow down?


13th September 2002 15:00 UTC

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.