Score Tracker

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ystan2010
Posts: 26
Joined: Tue Mar 22, 2011 4:38 am

Score Tracker

Post by ystan2010 » Thu Mar 31, 2011 8:55 am

Hi,

I'm in the middle of developing a slot machine emulator (not iPhone scrollwheel). I already done the icon spinning part but now I have to build the score tracker to track down the credit points when the user press either Bet One or Bet Max. Basically, I trying to build and function it like a real slot machine emulator in the casino.

For example, if the player press "Bet Max" button, total of 10 bet will play. After the each spin, the field box will show the how much credit/point he/she earns each round. If he/she wins, the credit will continue to add up, but the credit/point will deduct if he/she lost. And the result of the credit/point will shows up in the field. Is that make sense?

Can anybody helps me please?

Thank you in advance!

Sincerely,
JYST

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Score Tracker

Post by Dixie » Thu Mar 31, 2011 10:09 am

Hi..

I have attached a stack to show you how to track your scores with a custom property, if you 'bet One' or 'bet Max' and display the result.
Hope it helps,

Dixie
Attachments
Scores.zip
(1.52 KiB) Downloaded 273 times

ystan2010
Posts: 26
Joined: Tue Mar 22, 2011 4:38 am

Re: Score Tracker

Post by ystan2010 » Sun Apr 03, 2011 4:22 pm

Hi Dixie,

Do you have an email that I can send you my slot machine code so you can check for me the problems I'm facing now? I still cannot combine the score tracker codes into my slot machine emulator after attempted couple times.

Appreciate it!

Thanks,
JYST

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Score Tracker

Post by Dixie » Sun Apr 03, 2011 8:49 pm

Hi...

I can't promise anything.. :-) but I'll look.
john@ihouse.on-rev.com

be well

Dixie

ystan2010
Posts: 26
Joined: Tue Mar 22, 2011 4:38 am

Re: Score Tracker

Post by ystan2010 » Sun Apr 03, 2011 9:45 pm

Hi Dixie,

Thank you so much for the prompt reply!

I just emailed you my file and included all the questions I have.

Can you kindly double check your email and see if you already receive it or not?

Let me know if you have any questions about my project.

Thanks,
JYST

Post Reply