2. Maybe the next game I'll do on the order. So, I do not know.
3. Yes. It's okay.
4. No. I am happy with everything. What is missing, I'll write.
I have written several procedures to facilitate, now add objects like this:
Code: Select all
CreateBoxObjType("Brick",40,20,1,"sprite_brick_1",0.05,0.5,CollType("Brick"),"Stone")
................
AddObject("Brick-1","Brick",200,300,45)
AddObject("Brick-2","Brick",200,400,90)
....................
AddObject("Brick-10","Brick",500,300,0)



