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

2022/11/28

How Do I make Camera movement only go Horizontal and vertical at a certain height?

1
2
3
danpost danpost

2022/12/15

#
Fire wrote...
<< Code Omitted >> Every bit of code with the underline symbol around it is an error
Line 19 is probably due to the class extending MyWorld instead of World. Code in your MyWorld class is not compatible with this line. Line 48 must have something to do with your Range class constructor
Fire Fire

2022/12/15

#
danpost wrote...
Line 19 is probably due to the class extending MyWorld instead of World. Code in your MyWorld class is not compatible with this line. Line 48 must have something to do with your Range class constructor
There is an error with check escape how do I fix that?
danpost danpost

2022/12/19

#
Fire wrote...
There is an error with check escape how do I fix that?
Remove the line:
checkEscape();
You need to login to post a reply.
1
2
3