Looking at the tutorials and they seem to leave out a lot.
Did title screen one and looking at platform one for start level design.
Not quite sure how to merge the two.
Edit:
I made my own ball in a square level now. Using my own ball and ripping tiles from example given.
But within first few bounces ball hits corner and flys outside box.
I looked over forums and apparently it is common to have this kind of problem when more then one 'side' is 'collided' by the same actor?
viewtopic.php?f=2&t=6850&p=49013&hilit=corner+collision#p49013In this thread apparently DST suggests clones or more separate actors to help register collisions I think.
I tried to turn the box actor into one solid wall I quickly made out of the tiles in a image editor, but I get crashes when I try to accept new tile look.
I haven't discovered how to delete old actors yet either. Tutor don't seem to cover it either. pop up tips seem to randomly appear. Haven't found cause of them.
EDIT2:
Seems every wall i make also gets broken down into tiles and spaced apart.
Solutions?
Should I change threads since this is becoming more game design then engine talk?