Hblade that can be made with moveto too (: awesome.
(without speedup)
what about my code that make the actor like a gum if mouse make circles around him
y=ymouse/6;
x=xmouse/6;
drag=1;
drag=0;
switch(drag)
{
case 1:
angle=direction(xscreen, yscreen, xmouse, ymouse);
directional_velocity=distance(xscreen, yscreen, xmouse, ymouse);
break;
case 0:
directional_velocity=0;
break;
}
yvelocity = yvelocity + .5;
if (yvelocity>15) {
yvelocity = yvelocity = 15;
}
;
Users browsing this forum: No registered users and 1 guest