-
Notifications
You must be signed in to change notification settings - Fork 7
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
Labels
enhancement
New feature or request
Comments
This is the test table and backglass which can be used to test POC |
JockeJarre
added a commit
that referenced
this issue
Jun 21, 2024
JockeJarre
added a commit
that referenced
this issue
Jun 26, 2024
JockeJarre
added a commit
that referenced
this issue
Jun 26, 2024
…he absolute B2SSetPos(Id, xpos, ypos) available
JockeJarre
added a commit
that referenced
this issue
Jul 5, 2024
JockeJarre
added a commit
that referenced
this issue
Jul 5, 2024
…he absolute B2SSetPos(Id, xpos, ypos) available
JockeJarre
added a commit
that referenced
this issue
Dec 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: