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

2018/4/18

pick up objects

L0st4t1m3 L0st4t1m3

2018/4/18

#
So I'm trying to make a game and in the game, I need my character to pick things up and make them disappear kinda like in the crab world scenario with the worms. Would I be able to use the same code and change thing a bit or would I have to write a new code for it?
danpost danpost

2018/4/18

#
L0st4t1m3 wrote...
So I'm trying to make a game and in the game, I need my character to pick things up and make them disappear kinda like in the crab world scenario with the worms. Would I be able to use the same code and change thing a bit or would I have to write a new code for it?
I guess if you named the objects that were picked up "Worm" objects that the same code, exactly, would work.
You need to login to post a reply.