Magazine/clip for weapons

Started by melikeyrpg, March 01, 2011, 10:35:28 pm

Previous topic - Next topic

melikeyrpg

Is there a magazine/clip script for Blizz ABS? Or is there a way to simulate this somehow? Do you know any good systems for handling ammo? How does this work with the 99 item limit? Thanks.

P.S Is there a way to strafe with Blizz ABS? Where you would hold down a button and the sprite would move around while still facing the same direction? I'm planning to make a shooter game if you haven't noticed, lol.

AliveDrive

I found this using google.

http://houseslashers.b1.jcink.com/index.php?showtopic=180

It looks pretty legit.

As for strafing, it might be possible by using a conditional branch for when a button is pressed to set direction fix ON. and set the else to direction fix OFF.
Quote from: Blizzard on September 09, 2011, 02:26:33 am
The permanent solution for your problem would be to stop hanging out with stupid people.

melikeyrpg

Yeah, I found that website but wasn't sure if it worked with Blizz ABS which is why I posted here. I guess if you recommended it, it is okay though. I noticed my topic was moved, I could have sworn I posted in general discussion to begin with but oh well, sorry. Thanks.

Aqua

March 02, 2011, 07:55:07 pm #3 Last Edit: March 02, 2011, 07:56:09 pm by Aqua
The Bow & Arrow type weapon native to Blizz-ABS consumes Ammo... o-o

Strafing, you can just event it.
Common event.
If -Button- is pressed > Force Movement on Actor (Facing Fixed)
Else > Force Movement on Actor (Facing Unfixed)