Skip to content
Snippets Groups Projects
Select Git revision
  • e1398d8c5e38075d8f7b2e35980d485046230d2b
  • master default protected
  • more_logging
  • MDL-58395
  • accountexpires
  • hsh_3.10
  • v3.10-r1
  • v3.9-r2
  • v3.9-r1
  • v3.8-r1
  • v3.7-r1
  • v3.6-r1
  • v3.5-r2
  • v3.5-r1
  • v3.4-r4
  • v3.4-r3
  • v3.4-r2
  • v3.4-r1
  • v3.3-r1
  • v3.2-r4
  • v3.2-r3
  • v3.2-r2
  • v3.2-r1
  • v3.1-r1
  • v3.0-r3
  • v3.0-r2
26 results

locallib.php

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