I did a menu effect today

Posted by s on Jan. 3, 2008, 5:36 p.m.

To see it, make a 640x800 room and put in the room code

window_set_visible(1);v[2]=0;draw_set_color(-1);draw_set_alpha(.1);do{draw_clear(0)
v[1]=0;repeat(16){v[1]+=32;v[2]+=.001
if!(v[1]&63){draw_circle(sin(v[2])*99+v[1],sin(v[2])*99+v[1],cos(v[2])*v[1],0)}
else{draw_circle(cos(v[2])*99+v[1],cos(v[2])*99+v[1],sin(v[2])*v[1],0)}}
screen_refresh();io_handle()}until keyboard_check(1)
If draw_clear is effected by alpha, then doom is upon us for standards have ceased

Comments

FireflyX 16 years, 12 months ago

stop hiding your titles!

PY 16 years, 12 months ago

Cool.

Ice of sweden 16 years, 12 months ago

[:O] nice

stampede 16 years, 12 months ago

I don't know why, but it didn't work.

s 16 years, 12 months ago

@stampede=I forgot to include window_set_visible(1), so you might want to check your processes and cut the waste. Fixed now

stampede 16 years, 12 months ago

Yeah, I did that "cutting" already :D Trying now ->

stampede 16 years, 12 months ago

Serprex, you might want to check these out if you haven't already:

http://www.fractalartcontests.com/2007/winners.php

s 16 years, 12 months ago

That place has a slow connection

But no, I've never looked much into other fractal things all that much. Just enough to know hiding behind GM doesn't change the fact that I have not even found the tip of the iceberg