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

2014/6/4

How do you spawn the ground/player?

PalmTree PalmTree

2014/6/4

#
In a game im making for school I dont know how to have the ground platform spawn and character spawn without right clicking and creating new class, how could i do this so that it would spawn automatically in a specific place? thanks
danpost danpost

2014/6/5

#
Create them manually (using right clicking to create a 'new class' {instance}). Then from the menubar, select "Controls>Save the World". Open the world class code editor and see how the code was changed to reflect what changes you made after resetting your scenario. Follow through the new code to learn what it does and how to do it yourself.
You need to login to post a reply.