This site requires JavaScript, please enable it in your browser!
Greenfoot back
kiarocks
kiarocks wrote ...

2012/2/28

GreenfootImage help

kiarocks kiarocks

2012/2/28

#
I want to use GreenfootImage by itself, but there are too many classes that are needed. Import one class and i need three more! how do i use only two classes?
Morran Morran

2012/2/28

#
Are you trying to pull the source code from the Greenfoot source code? I have tried to do that before. It can''t be done. There are several hundred classes and interfaces that you need, and by the time that you're done, you have the whole of Greenfoot. For some strange reason, nothing runs independently of anything else. What are you trying to use it for? It might be easier to make your own.
kiarocks kiarocks

2012/2/28

#
Found image.getRGBAt(x,y) in getColorAt, exactly what i need
You need to login to post a reply.