I want to create a List/Vector/Array of sprites.
It seems that i have created it but it is not visible allthough I can system.out.println information.
It is also setVisible(true);
Can anybody help??
Mich Robinson
Ranch Hand
Joined: Jun 28, 2009
Posts: 185
posted
0
pantelis pantelakis wrote:Hi
I want to create a List/Vector/Array of sprites.
It seems that i have created it but it is not visible allthough I can system.out.println information.
It is also setVisible(true);
Can anybody help??
Can anybody help? you've provided no code and no real idea of what's going wrong so I'm guessing nobody will be able to help you.
public class GameDesign {
public Vector ar = new Vector(2);
private Image platform_tiles;
public int[] objseq001 = {68, 68};
public Vector ar = new Vector(2);
public void updateLayerManagerForTestLevel(LayerManager lm) throws java.io.IOException {