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

2018/2/8

How to do it

Adi18 Adi18

2018/2/8

#
If the background is bigger than the game screen, how can I program the game to start the game in a particular point in the world?
danpost danpost

2018/2/8

#
Adi18 wrote...
If the background is bigger than the game screen, how can I program the game to start the game in a particular point in the world?
Sounds like scrolling is probably in order.
Adi18 Adi18

2018/2/8

#
Something like this ... but how?
danpost danpost

2018/2/8

#
Please refer to my Scrolling Tutorial scenario.
Adi18 Adi18

2018/2/8

#
I will try. Thank you!
Adi18 Adi18

2018/2/8

#
I understand a bit ... but can it be just a line of code so it turns from situation 1 to situation 2 ?
danpost danpost

2018/2/8

#
You could separate the area into individual worlds that will fit the screen.
You need to login to post a reply.