Have i learned about DM??
i poste this pack, to ask you, if you think i had made a good job or not. and what you think about the DM's(presets).
4 posts
variabel=(-1)*variabel
this is right but there is a smarter way
variabel=-variabel another tip is a simple thing that i figured out after doing it on my calcutatorp.s. i'm terrible @ explaining so i'm sending a preset that explains it better
frame
t=t+.1 // t is increasing with 0.1 for every frame
pixel
x=x+sin(t)
when the variable t is sin:ed it's value goes between -1 & 1,
so what i done is to add the sin(t) with x and
now the the objects goes back and forwards on the screen