All Posts in GameMaker Studio 2

Share your creations!
Loading...

For day 408 of coding, I have applied the textbox designs to the other areas that already had them

I have also altered the designs, and made one new design. The new one will need some design adjustments, because it doesn't look so good seeing it in action

Loading...

For day 406 of coding, I have applied the textbox to the player's card decisions. The box will adjust height to fit all the options available

Loading...

For 404 of coding, I have place a textbox where the player makes their wager

Loading...

For day 402 of coding, I coded in a function to go back to the title menu upon running out of money

Loading...

For day 401 of coding, I have made the adjustments needed to have the textbox change size to fit the scores of each hand

Loading...

For day 400 of coding, I have applied the textbox to the individual hands formed from a split

I will need to adjust the coding of the score textbox so that it will adjust itself to fit the scores from the split

Loading...

For day 399 of coding, I have changed the layout on how the point totals are displayed

Loading...

For day 398 of coding, I have changed the option to return to tile after a split game to reflect similarly to how I changed the other option yesterday.

I have also made a new textbox design to select

Loading...

For day 397 of coding, I have changed how return to the title screen works so the changes in options will be retained

I've also learned that if I set variable = an entire array, array functions will affect both. with that in mind, array_copy() is needed.

Loading...

For day 396 of coding, I have added textboxes to the player and dealer total. I may consider changing the layout at a later point