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

2018/3/16

How can I hide an actor with out deleting it??

Timmy_11 Timmy_11

2018/3/16

#
I am making a game that has an object that is essential to the game just I don't want to be able to see it how (if possible) can it be hidden???
Timmy_11 Timmy_11

2018/3/16

#
Never mind I used
1
getImage().setTransparency(0);
to make it transparent
You need to login to post a reply.