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

2017/6/2

How can I make my counter keep the same value while changing worlds?

Alola_Sandslash Alola_Sandslash

2017/6/2

#
How can I make my counter keep the same value while changing worlds?
danpost danpost

2017/6/2

#
Set the value of the new Counter object in the new World object to the current value of the Counter object in the current World object: If you need to know how to do it, you will need to show codes for both World extensions and the code where the transition between the two is to take place (indicating where that transition code is located).
You need to login to post a reply.