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

2017/12/14

How to remove text?

WardedBowl403 WardedBowl403

2017/12/14

#
Whenever I run the code below, I receive an error message reading "cannot find symbol - class Message". This is written in the world.
public void text()
    {
        Message msg = new Message("Go");
        
    }
danpost danpost

2017/12/14

#
What text are you trying to remove? are you trying to replace that text? do you not have a Message class? Need more information and code?
You need to login to post a reply.