PDA

View Full Version : NEED HELP PLEASE!!!!



Vash1422
February 20th, 2005, 08:16 PM
i am making a rpg type game and i need to know the correct way to make a sprite move please help!

Vash1422
February 20th, 2005, 08:19 PM
not that kind of sprite i meant a sprite as in a character sprite, like off of a game or something

Vash1422
February 20th, 2005, 08:22 PM
i see, do you know how to make them move properly?

ContinuumXLS
February 20th, 2005, 08:27 PM
well, first of all, this should have been posted in the Game/AI Programming forum....

Second of all, I am pretty sure there have been many threads about this...after searching, you should find some. If not, then post your question

Thirdly, try to make titles that state part of the question, not just somthing like: HELP!!!! (try: need help making a sprite)

Fourthly, i have no clue how to do it ;)

Vash1422
February 20th, 2005, 08:32 PM
im using flash mx 2004 and i sprite is like a character on a platform game like on gba or something but it is just the image

ahmed
February 20th, 2005, 08:35 PM
nohomedia and love police:

Smarten up, enough with irrelevant posts. I removed your lame postings off of this thread.

Vash1422:

The correct way to move a sprite would be having it contained in a MovieClip object and then controlling its _x and _y properties

Vash1422
February 20th, 2005, 09:04 PM
sorry just confused

ahmed
February 20th, 2005, 10:29 PM
sorry just confused
Sorry, not trying to sound mean, but if my statement above confuses you, you shouldn't attempt making an RPG just yet

cr125rider
February 20th, 2005, 11:16 PM
Put it in an MC and say NameOfSprite._x++; will move it left. Take a look at a tutorial or search next time.