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

lonely.girl's Comments

Back to lonely.girl's profile

This was a huge help, thanks a million for your efforts, I really appreciate it :)
I have to finish this tonight, plz any ideas??? !!! :(
I did it but now the screen is black and only a few stars moving at the upper edge of the world :(
so I put both the act and move method in the world then call it as you mentioned in the actor???
Just one last question, how to do the following: to call the move method from the world class?
but this will change the stars for only one layer, I mean the stars will be the same for all three layers, while what i want is different stars for different layers
Thank you so much, you are a life saver, that was awesome I don't know how didn't I think about it :( I'm starting to doubt my choice to be a programmer :s
This is really great job, it's awesome, thanks for putting the source I have one question, does anybody know how can I use my own star images? instead of adding object from greenfoot? I know the method but I don't know how to put it in the code, I mean i can use setImage but should i remove all statements in if ??? can u plzzz help me ...
Great job This is so awesome, can u plz tell me if there is a possibility to make the stars divided randomly into space ??? I tried the following code but it didn't change it the way I wanted it to getImage(). fillOval(x,y,2,2);