"There is no HTML 5 translation of this scenario available." even though i have tried everything
By Valentini, with no replies.
Why is this happening when i try to upload my scenarios? I am not including java.awt or anything of the sort. I even tried to export the following simple scenario:
import greenfoot.*;
public class MyWorld extends World {
public MyWorld() {
super(400, 600, 1);
}
}
and i still got the same error. how can i fix this??
Comment on Row Row Row a boat!