|
Programming Guru
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,886
Rep Power: 5 
|
I think it's attatched to this message. You can run it from character_auto.py. Just take out the arguments for the main character, because the sprite collection was incomplete.
demo_movement(
(
( "Goblin", (200, 200), (R, D, L, U, L, L, D) ) ,
( "main_character", (400, 400), (R, D, L, U, L, L, D) )
) , 0.5 , 10 , "front" , "nostep" ,
)
(Remove the bold, which includes the comma)
P.S. The images right now don't have transparent pixels like they should. So if you tried to use these images on top of a non-white background, it won't work until you add the transparent pixels in PNG format. 
Last edited by Sane; Apr 18th, 2005 at 10:13 PM.
|