Jump to content

Scoretext to DMD?


Ejse83

Recommended Posts

Hi! I´m working on my first table :) 

 

So far I have only use this

 

 

Dim Score, Points
Score=0
Points=0

Sub AddScore(Points)
    Score=Score+Points
    Scoretext.text=Score
End Sub

 

and then added Addscore to a bumper or target and it´s working fine.

 

But now I want the FlexDMD to show scoring/poins...

 

I have looked at the Flexdemo table, copied stuff and got the DMD to look what I want and only created the nummer 0 for the place for scoring. 

 

 

Is there a simple way to just add/show the scoring from Scoretext to the DMD or a lot of scripting!?? 

 

Best regards. / Jimmy 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...