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

2012/11/17

New Greenfoot4Android discussion

4
5
6
7
8
lukevxrrico lukevxrrico

2012/11/23

#
HELLO MY FRIENDS
Upupzealot Upupzealot

2012/11/23

#
@lukevxrrico Hi, any question?
-nic- -nic-

2012/11/24

#
Hi Upupzealot im debugging my app but the app stops on load and it keeps on bringing up the line 55 of the GreenfootImage class the line is Bitmap b = bmp.copy(bmp.getConfig(), true);
groengeel groengeel

2012/11/24

#
Does the image exist in the assets folder? Try to replace the image with an empty rectangle (image = new GreenfootImage(width,height); image.fill();), does your game run then?
-nic- -nic-

2012/11/24

#
i will try it thanks
-nic- -nic-

2012/11/24

#
yes that does work
-nic- -nic-

2012/11/24

#
it works when i draw the images but not when i use png's
-nic- -nic-

2012/11/24

#
ive fixed it
-nic- -nic-

2012/11/24

#
[Disallowed URL] this is the debbug screen im not sure at all whats happning can any one help?
-nic- -nic-

2012/11/24

#
@groengeel have you had anyproblems when removing actors with images? using the bmp.recycle(); and the Bitmap b = bmp.copy(bmp.getConfig(), true);
Upupzealot Upupzealot

2012/11/25

#
@ -nic- how is things going now?
Upupzealot Upupzealot

2012/11/25

#
@groengeel have you tested the file I emailed to you?
groengeel groengeel

2012/11/25

#
no, will do.
-nic- -nic-

2012/11/26

#
okay but there is a error when it tries to copy the bmp in the greenfoot image class Bitmap b = bmp.copy(bmp.getConfig(), true);
erdelf erdelf

2013/3/9

#
is there any chance to use media files and user info with your template?
There are more replies on the next page.
4
5
6
7
8