![]() |
|
VP/VPM General Information and First Aid Station Request Help about Visual Pinball or Visual PinMAME. |
![]() |
|
Thread Tools | Search this Thread |
#1
|
|||
|
|||
![]()
is there a tutorial for multi-multiball ?
when several multiballs are triggered, during a multiball, the drain is confused and can not correctly count the number of balls on the pf.(and even some balls remain blocked at the entrance to the drain ![]() with a simple multiball, it count well. BIP or BallsOnPlayfield .... it's the same? how to count the number of balls during a multi multiball with a total of 5 balls maximum on the PF. Last edited by fastdraw; 10-15-2019 at 10:02 AM. |
#2
|
||||
|
||||
![]()
Using a variable counting the balls in the background (I use BIP = BIP + 1) you can go as high as you want. You can also stop the variable from going above 5 this way. BIP is a variable that will keep track of the balls during play, but NOT COUNT them from the total balls played within the game, hence using two variables is the best way to go.
So, for each ball on the playfield (these must be added), use the BIP = BIP + 1 statement. Using the drain, use BIP = BIP - 1 for each time a ball enters. Once BIP = 0, then no balls are on the playfield. You'll also need to keep track of the balls counted with another variable such as Balls or any other variable you desire.
__________________
RETIRED from VP on 2014. UNRETIRED from VP as of 07/12/2019. Last edited by druadic; 11-23-2019 at 05:55 PM. |
The Following User Says Thank You to druadic For This Useful Post: | ||
fastdraw (11-23-2019) |
![]() |
Bookmarks |
Thread Tools | Search this Thread |
|
|