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

2020/1/21

how could i make a health bar without a counter

SanjiNaha SanjiNaha

2020/1/21

#
health
danpost danpost

2020/1/21

#
SanjiNaha wrote...
health
Please refer to my Value Display Tutorial scenario.
SanjiNaha SanjiNaha

2020/1/22

#
it does not really help me is there any other way to make a subclass change an image, by another sub class touch another subclass
danpost danpost

2020/1/23

#
SanjiNaha wrote...
it does not really help me is there any other way to make a subclass change an image, by another sub class touch another subclass
Classes and subclasses do not touch each other -- actors (or instances of classes that extend Actor) do. Presuming you mean actors, the answer is "yes". Is there just one or multiple actors whose image is to change (at any one time)?
SanjiNaha SanjiNaha

2020/1/23

#
when the guy punches the other guy it should change, not randomly thanks
You need to login to post a reply.