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

2012/10/15

background

scarereeper scarereeper

2012/10/15

#
i want to put a strip on top of my world but every time i try it takes over and the other world is gone. the reason i need the strip at the top is to put a counter and other stuff on there
danpost danpost

2012/10/15

#
How are you implementing the strip? Can you show the code you are trying to use?
scarereeper scarereeper

2012/10/15

#
i put the granite world up put super(559, 56,1) then in my crab world it 560,560,1 so in the box where all my items on i put granite granite=new granite(); addObject(granite, 280,28,1); put it day too many arguments carying in size
scarereeper scarereeper

2012/10/15

#
and then it says something about int.int.int.int.
scarereeper scarereeper

2012/10/15

#
nvm found a better way on youtube
You need to login to post a reply.