blarg
Junior Member

Posts: 115
Registered: 08-07 |
Ok, so I'm new to DECORATE and have only a very basic knowledge of code.
I'm trying to create a simple decoration that has only one frame and can be pushed around by the player.
I add the DECORATE lump and the sprites into XWE, and the sprites pop up as images instead of sprites like everything I do in MS Paint does. So I use change type to change it to a sprite. Now, when I open the .wad in ZDoom, it says my thing has no frames. When I go back into XWE, the sprites are set back to images.
Am I adding the sprites wrong, or using DECORATE wrong? Here's my DECORATE lump
__________________________________________________________________
actor BowlingPin 32001
{
height 16
radius 8
+SOLID
+PUSHABLE
+SLIDESONWALLS
states
{
Spawn:
BPIN A 10
loop
}
}
______________________________________________________________
[EDIT] Now I'm having trouble with these forums! The spaces aren't showing in my DECORATE lump, so just pretend it looks right, I modeled it off ones I saw on the ZDoom wiki and am pretty sure I've got it right.
|