Sprite moving..while looking same direction...
what is the command to make a sprite move up, but continue looking down. Thanx in advance...
: what is the command to make a sprite move up, but continue looking down. Thanx in advance...
I haven't tried this, but how about setting base_walk to zero and manually giving the sprite the south-faceing sequence but using move to make it go north. If you used sp_reverse, it might even look like it's walking backwards normally instead of moonwalking.
I haven't tried this, but how about setting base_walk to zero and manually giving the sprite the south-faceing sequence but using move to make it go north. If you used sp_reverse, it might even look like it's walking backwards normally instead of moonwalking.
: : what is the command to make a sprite move up, but continue looking down. Thanx in advance...
: I haven't tried this, but how about setting base_walk to zero and manually giving the sprite the south-faceing sequence but using move to make it go north. If you used sp_reverse, it might even look like it's walking backwards normally instead of moonwalking.
I'll give it a go. Cheers Paul!
: I haven't tried this, but how about setting base_walk to zero and manually giving the sprite the south-faceing sequence but using move to make it go north. If you used sp_reverse, it might even look like it's walking backwards normally instead of moonwalking.
I'll give it a go. Cheers Paul!