This is my question. I need a bullet to drift towards another sprite but the only thing that lets it drift makes it drift towards as certain spot not a sprite? Any suggestions.
Offline
Also my game is lagging a whole lot.
Offline
repeat until touching <target sprite>
point towards <target sprite>
move 5 steps
wait 0.1 seconds
You can adjust the speed by playing with the number of steps or the length of the wait.
I'd recommend having a wait of at least 0.1 seconds, though, to give the computer time to do other tasks.
Offline
What sprite do I put it on the bullet? And what do I start it with? The repeat requires a number not a sensor.
Offline
Then when I upload it some scripts dont work why is that?
Offline
Have a look at the scripts here, for how to send a projectile towards the mouse location.
http://scratch.mit.edu/projects/Mayhem/7672
Offline
That was the biggest help ever Mayhem Thanks!
Offline