This site requires JavaScript, please enable it in your browser!
Greenfoot back
Recorsi
Recorsi wrote ...

2018/12/13

if statement not working

Recorsi Recorsi

2018/12/13

#
Why does this work:
Newscore.newscore = HitCounter.hitscore;
but not this:
if (HitCounter.hitscore < Newscore.newscore)
                {
                    Newscore.newscore = HitCounter.hitscore;
                }
Thanks
danpost danpost

2018/12/13

#
Recorsi wrote...
Why does this work: << Code Omitted >> but not this: << Code Omitted >>
Not enough information or code given to determine what may be going on.
You need to login to post a reply.