import greenfoot.*;
public class Place01 extends World
{
private int timer = 1200;
GifImage gif = new GifImage("Level1.gif");
boolean colored = false;
int size;
public static final GreenfootSound Ranting = new GreenfootSound("Ranting.mp3");
public static final GreenfootSound RainSounds = new GreenfootSound("RainSounds.mp3");
Dots dots = new Dots();
TextChar01 textchar01 = new TextChar01();
TextChar02 textchar02 = new TextChar02();
TextChar03 textchar03 = new TextChar03();
public static boolean SequenceDone = false; public class Char extends Actor
This doesn't seem to work.
Thanks!
{
public void act()
{
if (SequenceDone = false)
{

