import java.util.*; import java.awt.*; // // Stone variant // // Throwing in hole is different .. so not a generic solution with init.. // public class object231 extends object2{ public object231(){ objnumber=231; } public void init(Global glbl){ global=glbl; if(image == null){ image=global.loadImage(global.Server, global.Directory+"231"+global.Extention, global.show); img_4_2=global.loadImage(global.Server, global.Directory+"4_231"+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,231); } }