Search:

Type: Posts; User: ryan_fagan

Search: Search took 0.08 seconds.

  1. Re: AS Assignment project - Creating a game in Greenfoot

    [QUOTE=Norm;62889]I wonder what happened with your code tags. I expected to see this:

    <import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)

    /**
    * Write a...
  2. Re: AS Assignment project - Creating a game in Greenfoot

    edited by helloworld922: see above post for formatted code
  3. Re: AS Assignment project - Creating a game in Greenfoot

    public void Ship extends Actor
    {
    private int score = 0;
    private Counter counter;

    public Ship(Counter pointCounter)
    {
    counter = pointCounter;
    }
  4. AS Assignment project - Creating a game in Greenfoot

    Hi there,

    I spent two months developing my game as an AS assignment. The game is fully executable, but now the counter will not count the points when the ship gets the objects.


    Will anyone...
Results 1 to 4 of 4