Reply to Re: Sp_dir question
If you don't have an account, just leave the password field blank.
Another way I have done is:
sp_follow(¤t_sprite,1);
wait(100);
freeze(¤t_sprite);
sp_follow(¤t_sprite,0);
...of course that sprite needs brain 9 to use sp_follow (just like sp_target).
sp_follow(¤t_sprite,1);
wait(100);
freeze(¤t_sprite);
sp_follow(¤t_sprite,0);
...of course that sprite needs brain 9 to use sp_follow (just like sp_target).