draw_set_color(c_green);
for (i=1;i>0;i-=0.01) {
draw_set_alpha(i*.33);
draw_line(512,176,512-160*sin(image_index+i),176+160*cos(image_index+i));
} // end_for
draw_set_alpha(1)It's very non-optimized and the rest, but it works ok. Later I changed sin/cos to length_dir but I saw no better performance. The question is how to make it better for once I did find some solution with primitives and it worked even better, but as far as I could not save all the data from my external hdd I can't find it anymore; minimaps are everywhere.
A link to a better example or even a relevant hint would nicely do.
TY
Edited by DZiW, 10 December 2010 - 03:25 PM.











