Yeah, I am working on making it a little less sensitive. I still don't recommend playing this with a trackpad :D.
I will check out your class and see if it would work with my design.
I have lots planned! also, keep an eye out for a new game that I am working on now! it will eventually be an iPhone app (if I can stay on one project long enough....)
2 things. One, I wasn't trying to be mean or anything. I didn't know if it was a bug that only happened on the server or something. On my computer sometimes scenarios act weird when they are online but not when they are downloaded. If anything I was trying to help.
Two, if you are having trouble getting the dragging to work try using this code:
if(Greenfoot.mouseDragged(this))
{
MouseInfo mouse = Greenfoot.getMouseInfo();
setLocation(mouse.getX(), mouse.getY());
}
This is the basic the code I used to make my scenario Mr. Cubeman's Maze.
2014/8/16
Mr Cubeman's Maze
2014/8/12
Speed3D
2014/8/12
Mr Cubeman's Maze
2013/8/1
Dress-Up Game
2013/7/29
Dress-Up Game
2013/7/29
Mr Cubeman's Maze
2013/7/25
Mr Cubeman's Maze
2013/7/22
Mr Cubeman's Maze
2013/7/9
Tiny Tank