Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
_202389 hasn't added any friends yet.
12 April 2012 - 07:49 PM
02 April 2012 - 10:38 PM
28 February 2012 - 11:20 PM
02 September 2011 - 11:38 AM
Pretty cool :DThe advantage with your script is that you set out the points anywhere you like.If you just need the shapes, this script could do draw_shape(x,y,s,r,dir)//s = sides //r = radius //dir = direction if argument2 < 3 argument2 =3 scr_jump = 360/argument2 for(scr_i=0;scr_i<argument2;scr_i+=1) { draw_line(x+lengthdir_x(argument3,i*scr_jump+argument5),y+lengthdir_y(argument3,i*scr_jump+argument5, x+lengthdir_x(argument3,i*scr_jump+scr_jump+argument5),y+lengthdir_y(argument3,i*scr_jump+scr_jump+argument5) }
Pretty cool :DThe advantage with your script is that you set out the points anywhere you like.If you just need the shapes, this script could do draw_shape(x,y,s,r,dir)
//s = sides //r = radius //dir = direction if argument2 < 3 argument2 =3 scr_jump = 360/argument2 for(scr_i=0;scr_i<argument2;scr_i+=1) { draw_line(x+lengthdir_x(argument3,i*scr_jump+argument5),y+lengthdir_y(argument3,i*scr_jump+argument5, x+lengthdir_x(argument3,i*scr_jump+scr_jump+argument5),y+lengthdir_y(argument3,i*scr_jump+scr_jump+argument5) }
08 May 2011 - 12:53 AM