I'm making a blackjack game and want so you can put money from the "bank" and put in the "pot" and want to show the value of all the money in the pot can anybody help me? And i have a capx file but i dont know how to attach it
Yes, we will need the .capx here.
Upload the .capx to Dropbox and share the link here.
()
Thanks so much for a quick response!
Here's the code:
https://goo[add dot here]gl/xfOClU
Here you go:
Download .capx
I commented the .capx. If you have any further questions, don't hesitate to ask.
Thank you so much
It says it is out of date but its up to date according to steam is it that the steam version is behind the standalone version?
Well, the version that I use is a beta version.
No idea how that works with Steam.
Either you'll have to download the beta via Steam or download the beta from the Official Download Page.
Ok gonna try that tomorow
Develop games in your browser. Powerful, performant & highly capable.
It works really good but i need to replace the letters with sprites. Do i need to move all the properties manually or can you do it automatically?
i need to replace the letters with sprites
Alright, to do that, you need to do the following:
It dosent work is says "Value is not an expression or instance variable of money"
Well did you add the instance variable to the family?
You need an instance variable for the family which you will use to calculate the values.
single sprite solution
dropChips.capx
but if i want to double all of the money overlapping the pot how do i do that?
You simply add a "*2" at the end of the calculation.
Or, after the calculation you set the text of the pot to "int(Self.Text) *2"