import java.util.*; import java.awt.*; // // Stone // // // Stone in hole looks differently .. therefore not a general solution ... // public class object220 extends object2{ public object220(){ objnumber=220; } public void init(Global glbl){ global=glbl; if(image == null){ image=global.loadImage(global.Server, global.Directory+"220"+global.Extention, global.show); img_4_2=global.loadImage(global.Server, global.Directory+"4_220"+global.Extention, global.show); sound=global.loadSound(global.Server, global.Directory+"2.au"); splash=global.loadSound(global.Server, global.Directory+"3.au"); throwing=global.loadSound(global.Server, global.Directory+"4.au"); } general=new General(global,220); } }