Could you explain a bit more, with a project/some of the code?
BTW the
[blocks]<glide( )secs to x )y
[/blocks]
Is [removed]. Don't use it. I can't give any more advice until you show the project.
Offline
juststickman wrote:
Could you explain a bit more, with a project/some of the code?
BTW the
[blocks]<glide( )secs to x)y
[/blocks]
Is [removed]. Don't use it. I can't give any more advice until you show the project.
Actually, I just tried it out.
<forever>
<glide( 0.1 )secs to x <mouse x> )y
<mouse y>
<end>
It works pretty good.
Offline
Greentabby55 wrote:
juststickman wrote:
Could you explain a bit more, with a project/some of the code?
BTW the
[blocks]<glide( )secs to x)y
[/blocks]
Is [removed]. Don't use it. I can't give any more advice until you show the project.Actually, I just tried it out.
<forever>
<glide( 0.1 )secs to x<mouse x> )y
<mouse y>
<end>
It works pretty good.
Sure it's slightly eased, but it's just better to
[blocks]
<forever>
<point towards( mouse pointer
<move( (( <distance to[ mouse pointer </> [insert number here] )) )steps>
<end>
[/blocks]
It's smoother, just change the [insert number here] to a number, higher if you want it to take longer.
Offline
When GREENFLAG clicked
Forever
Point towards mouse
Move 4 steps
Offline