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

2011/3/14

turn (12); won't work as flawlessly as the tutorial vids

all I did to the wombat tutorial scenario was change the turn (12) to turn (14) and it gives me this cannot find symbol - method turn (int) please help I get this error msg a lot!!!
mjrb4 mjrb4

2011/3/16

#
Just changing the integer to another won't cause that error - chances are there's something else that you're missing or you may have changed without realising it. Have you tried downloading the source again and just changing the number from that fresh source?
jogit666 jogit666

2014/10/5

#
That's strange. Make sure you have 'import greenfoot.*;' or 'import greenfoot.Actor;'.
danpost danpost

2014/10/5

#
Maybe you should post the class you are trying to use it in (the entire class code). Use the 'code' link below the 'Post a reply' input box to insert, via copy/paste, the code into your post.
davmac davmac

2014/10/5

#
This topic was posted in 2011... maybe the time to answer it has passed :)
danpost danpost

2014/10/5

#
davmac wrote...
This topic was posted in 2011... maybe the time to answer it has passed :)
You are most certainly correct. I wonder why jogit666 replied to it :0
You need to login to post a reply.