Content Provider Francisco Posted May 2, 2023 Content Provider Posted May 2, 2023 Hola,amigos. I need to build an automatic flipper for a project. Any idea? Muchas gracias.
GeorgeH Posted May 2, 2023 Posted May 2, 2023 I don't know. You should probably ask the guys at Pinball Nirvana. There aren't very many FP guys on this forum: https://pinballnirvana.com/forums/forums/future-pinball-first-aid-station-need-help.175/
Content Provider Francisco Posted May 2, 2023 Author Content Provider Posted May 2, 2023 Muchas gracias, George anyway.
GeorgeH Posted May 3, 2023 Posted May 3, 2023 I just thought about Slamt1lt's version of the Addams Family. During the game, Slam made the flippers actuate at a certain point in the music. I looked at the code and found he used timers. He added "Flipper1.SolenoidOn" to a timer and then 200 milliseconds later he had a second timer that where he added "Flipper1.SolenoidOff". It seems to me you could use a trigger or a kicker instead of the first timer. Something like this: Sub Kicker2_Hit() Flipper1.SolenoidOn flipperdown.set TRUE, 200 End Sub Sub flipperdown_expired() flipperdown.set FALSE Flipper1.SolenoidOff End Sub
Content Provider Francisco Posted May 3, 2023 Author Content Provider Posted May 3, 2023 Muchas gracias, estimado GeorgeH. I am going to try.
Content Provider Francisco Posted May 3, 2023 Author Content Provider Posted May 3, 2023 Could you tell me where is Slamt's version, please? I couldn't find it.
GeorgeH Posted May 3, 2023 Posted May 3, 2023 I have slam's ULTIMATE 1.10. This is an earlier version where I hope it has the flippers I described: https://pinballnirvana.com/forums/resources/the-addams-family-20th-anniversary-edition-bally-1994-mod.6995/ I thought of another table that is probably a better example because the flippers actually hit the ball. Monster Bash has a feature called "Phantom" flippers that operate the main flippers automatically using triggers named "TrigPhantom1" and "TrigPhantom2". The timer on the down flipper stroke is shorter than Slmt1lts. It is about 85 milliseconds: https://pinballnirvana.com/forums/resources/monster-bash-williams-1998-mod.7860/
Content Provider Francisco Posted May 3, 2023 Author Content Provider Posted May 3, 2023 Muchas,muchas gracias George. Voy a verlas.
Content Provider Francisco Posted May 5, 2023 Author Content Provider Posted May 5, 2023 Muchas gracias, GeorgeH ( I know that the "H" is not for "Harrison", you told me): You really helped me. It´s about Chicago Coin 1948 " Holiday" and if not, I was going to have to give up my project. Now I can say that everything is well and moving forward. Thanks a lot again.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now