Unique graphical effects :O

Posted by orange08 on Oct. 30, 2011, 3:38 p.m.

Now that the S4D Competition is over and my entry is all submitted and stuff I was messing around in GM trying to make some new graphical effects. It's actually quite fun to do this… I need to try different approaches though, 'cause right now the only thing I do is make all objects invisible, have a screen control object that goes over the screen in a specific way, and wherever it finds an object on the screen(touches it), it draws a circle/square/shape there with the color of the object it is touching.

I got some really neat looks, check it out:

Things look better in motion, everything's kinda shaky… but you get the idea, I hope.

Also, I'm at 602 hits right now, I hope I can take a printscreen when I reach the 666 mark :O

Edit: Why does BB Code work like crap on this site?

-orange08

Comments

ND4SPD 12 years, 6 months ago

I'd use collision point, and then give each object a 'color' to work with. Then draw the color of the object at a point.

orange08 12 years, 6 months ago

Each object has a specific color that you set in it's create event.

So, for example, the player's create event has this in it "color = c_green".

Zac1790 12 years, 6 months ago

Groovy looking

Edit: Oops… I totally just got 666,667, and 668. Didn't realize until 668 :/ sorreh

Taizen Chisou 12 years, 6 months ago

Aww.

Well, if it was Draw Get Color, then I can imagine how cool looking different effects pertaining to moving around the dots would be.

Like, wave them around in water levels :D

Set like a background color~ and if there's no objects at a point, draw that color.

How cool~

Now I have to go and make a knockoff version of this…

colseed 12 years, 6 months ago

woot

2nd image makes me think of polar coordinates… O_o

also, demo would be nice

orange08 12 years, 6 months ago

Thanks for getting the printscreen, I just missed it! :O

… It wasn't shopped was it? :O

colseed 12 years, 6 months ago

only cropped from original size in MS Paint lol

I don't even have photoshop… :/

ND4SPD 12 years, 6 months ago

"Aww.

Well, if it was Draw Get Color, then I can imagine how cool looking different effects pertaining to moving around the dots would be.

Like, wave them around in water levels :D"

You can do that using the method I described?

Alert Games 12 years, 6 months ago

This makes me want to experiment with other effects. Maybe ill make a program to test out blend modes…