Limit projectiles in version 4.1.5

baardbi

Well-known member
Is there an updated script somewhere to limit projectiles in a platform game? I know Dale Coop made one for v. 4.0, but it does not seem to work in v. 4.1.5. I would like my character to shoot max 3 bullets at a time.
 

dale_coop

Moderator
Staff member
You could try adding simple code that check how many projectiles are on the screen... in the script that creates the projectiles. If already one projectile on the screen, you skip the rest of the script...
Something like that: http://nesmakers.com/viewtopic.php?p=11769#p11769
 
Top Bottom