How to make a animated weapon pickup icon
- CaptainManiac
- Topic Author
- Cacodemon
Less
More
- Posts: 103
8 years 11 months ago #1
by CaptainManiac
How to make a animated weapon pickup icon was created by CaptainManiac
Hi,guys,i am new in modding and want to make a weapon,but i want to make its icon animated and separated the first three frames for the pickup.I worry about that it won't animate,because for the pickup is separated only one frame by default.Can you tell me how to do it.I haven't included the weapon in pk3 file.I attached the first three frames and i want to know will be there a problem if i put them for the spawn stance of the weapon pickup
Attachments:
Please Log in or Create an account to join the conversation.
- Blue Shadow
- Administrator
Less
More
- Posts: 1129
8 years 11 months ago #2
by Blue Shadow
Replied by Blue Shadow on topic How to make a animated weapon pickup icon
It's simple: first you'd want to rename your
sprites
like so:
And then, it's just a matter of writing the Spawn state sequence, like this:
Code:
HFSGA0
HFSGB0
HFSGC0
Code:
Spawn:
HFSG ABC 6 // The "6" is how many tics each frame is displayed
Loop
Please Log in or Create an account to join the conversation.