Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential New Feature to B2S Snippet x/y translation #71

Open
Scottacus64 opened this issue Nov 20, 2023 · 1 comment
Open

Potential New Feature to B2S Snippet x/y translation #71

Scottacus64 opened this issue Nov 20, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Scottacus64
Copy link

First off thanks for all of your work in maintaining and enhancing B2S!

I just got finished making a B2S for a new table that I've been working on with Bord and Roth called Nags (Williams 1960). It is a really cool wood rail horse racing game that features a backbox with six horses on a track that race during the five ball play. Moving those horse primitives in VPX is trivial because of the ability to transX and transY but in B2S I had to make arrays of snippets for each of the six horses.

If there was a way to move a single snippet it would have turned my array of 180 snippets (6 horses * 30 positions) into just six individual snippets. It also would make the B2S animate MUCH better than the jerky jumping from one snippet to the next. There are other tables that could utilize this like Roth's Jive time with an animated spinner.

I mentioned this to jsm174 and he said that one issue would be that B2S uses lots of scaling so absolute x/y values might not end up where you think they will. One work around would be to base the snippet x/y position as a percentage of the entire size of the B2S (or whatever is used to calculate the scaling).

At any rate I think this would be a really nice feature to add that could be used in multiple tables in addition to Nags.
Untitled

@JockeJarre JockeJarre added the enhancement New feature or request label Nov 20, 2023
@JockeJarre
Copy link
Collaborator

This is the test table and backglass which can be used to test POC

HorseTest (testTable 2023).zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants