Jump to content
IGNORED

Help needed in creating a Dollar Sign in score that doesn't disappear


sidcrazy

Recommended Posts

Hello, been a long time since I posted or asked any questions but I am stuck and can't find any code or explaination to fix my problem.

 

I want to have a score with a dollar sign at the beginning of the score $. My problem is when I add to the score it turns to a 1.

 

I took this code from another thread. I also use the custom font file so the dollar and space work just fine.

 

 

const fontstyle=STOCK
const fontcharDOLLAR=1
const fontcharSPACE=4
dim sc0=score
dim sc1=score+1
dim sc2=score+2
rem we update the score bytes individually...
sc0=$ba
sc1=$00
sc2=$00
Only when I add to score do I have problems. The dollar sign turns to a 1. I even tried adding to sc2 and still it won't won't work.
Hope this isn't too stupid of a question.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...