Here are some earlier ones
These are a few of my earlier insanities... I not quite as fond of them. They are a little too flashy but maybe someone will like them. It is easy to see that most of them are just variations.
lease avoid double posting. You could have posted them together. (If everyone posted his stuff in seperate threads it would get a bit confusing here).
Ok a few words bout your work: as you said yourelf, they are too flashy. And a bit too dark imo. Another example of the well known 'basic-beginners'-work. Sorry, nothing special among it.
a question
sorry about the double posting man.
I just had a question... Do u see how there is that diagonal axis in the mystery variations? I really wanted to make that spin or rotate back and forth or something.. do u know how I could do that?
The movement with the formula: r = atan(-x-y * 4) should be replaced by a dynamic movement to make it move.
Put on wrap and bilinear filtering,
put gridsize on something like 16x16,
put your formula in the pixel-part,
put the formulas like the following one in frame:
t=t+.1; q=sin(q)
Now change your formula by multiplying or adding q:
e.g.: r = atan(-x-y * 4 * q)
yeah, 'trans/movement' can only perform static changes. It only seems to be 'dynamic', when 'clear every frame' is disabled.
'trans/dynamic movement' is the effect of choice if you wish to have beat/music etc. dependent motion.