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

2020/1/30

HOW DO I MAKE MY CHARACHTER MOVE?

k747 k747

2020/1/30

#
I cant move, i just join accouple muinites ago andi dont know anything.
k747 k747

2020/1/30

#
i have bad gramar
danpost danpost

2020/1/31

#
k747 wrote...
I cant move, i just join accouple muinites ago andi dont know anything.
Show class codes for said character.
k747 k747

2020/1/31

#
How do i do that, im a newbie
danpost danpost

2020/1/31

#
k747 wrote...
How do i do that, im a newbie
Right click on class of character (in classes section) and select "Open editor". Then, select all and paste in a post here. Please refer to the Greenfoot tutorials.
k747 k747

2020/1/31

#
ok, i'll try
k747 k747

2020/1/31

#
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo) /** * Write a description of class EnemyPP2 here. * * @author (your name) * @version (a version number or a date) */ public class EnemyPP2 extends Actor { /** * Act - do whatever the EnemyPP2 wants to do. This method is called whenever * the 'Act' or 'Run' button gets pressed in the environment. */ public void act() { // Add your action code here. } }
k747 k747

2020/1/31

#
is that it?
k747 k747

2020/2/1

#
i think i've figured it out
You need to login to post a reply.