backhander said: how do i fade splash screen to game? How do i add sound to the splash screen?
You can't. Even with Pro, the loading screen is just a picture.
You can create your first scene like a splash screen though.
New actor... color black... top of all layers. Interpolate self.color.alpha to 0
To add sound, you could use a behavior on that actor. The volume can be adjusted/faded with an attribute and an interpolate behavior.
If you're just starting out with GameSalad, The Unofficial GameSalad Textbook might be useful to you. It can help beginners avoid common problems with GameSalad - it can be a great boost to productivity too.
Comments
You can create your first scene like a splash screen though.
New actor... color black... top of all layers.
Interpolate self.color.alpha to 0
To add sound, you could use a behavior on that actor. The volume can be adjusted/faded with an attribute and an interpolate behavior.
If you're just starting out with GameSalad, The Unofficial GameSalad Textbook might be useful to you. It can help beginners avoid common problems with GameSalad - it can be a great boost to productivity too.