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

2014/10/7

Help with this simple problem

sunjay001 sunjay001

2014/10/7

#
Is it possible to send a specific value (in this case, the letter a) from World_1 to Player I missed half of my lesson at class today and only got the part of how 'Player' receives the value but missed how World_1 sends the value.
NikZ NikZ

2014/10/7

#
In World_1:
public <value> getValue()
{
  return value;
}
<value> should be a data type.
You need to login to post a reply.