The Dink Network

Sprite moving..while looking same direction...

December 24th 2002, 07:54 AM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
what is the command to make a sprite move up, but continue looking down. Thanx in advance...
December 24th 2002, 09:30 AM
wizardg.gif
Paul
Peasant He/Him United States
 
: 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.
December 24th 2002, 12:11 PM
custom_fish.png
SabreTrout
Noble He/Him United Kingdom
Tigertigertiger. 
: :  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!