How do i make my screen splash into the game

I am trying to make a splash screen for my game but I don’t know what to do . So far all I have is this :

function start( event ) storyboard.gotoScene("game", "fade", 400) end

I know it won’t work but I don’t know what to put in my code to make it work .

  1. Start your corona simulator

  2. Select File --> Show Project Files

  3. Look around for a file called “Default-568h@2x.png” 

  4. This is your splash Screen image (default) Corona automatically shows it until your application is ready to run

  5. To change this to your own Splash Screen Image Take your desired splash image and resize it to the exact dimensions of the “Default-568h@2x.png” hover over the file(Default-568h@2x.png) and a small box should pop up saying it is a png and the dimensions are 640x1136 (Use photoshop or whatever image editor that allows you to change sizes without quality loss)

  6. Rename your image exactly to “Default-568h@2x” without the quotes and save it in the .png format.

  7. Drag and drop it in your project files it will prompt you that there is already a file named “Default-568h@2x” choose replace the file in the destination. Thats it start your app and it should show your new splash image before the app.

  8. head over to this link to find out all the different sizes of splash images you’ll need for specific devices and orientations Splash Screen(Launch Image)

  1. Start your corona simulator

  2. Select File --> Show Project Files

  3. Look around for a file called “Default-568h@2x.png” 

  4. This is your splash Screen image (default) Corona automatically shows it until your application is ready to run

  5. To change this to your own Splash Screen Image Take your desired splash image and resize it to the exact dimensions of the “Default-568h@2x.png” hover over the file(Default-568h@2x.png) and a small box should pop up saying it is a png and the dimensions are 640x1136 (Use photoshop or whatever image editor that allows you to change sizes without quality loss)

  6. Rename your image exactly to “Default-568h@2x” without the quotes and save it in the .png format.

  7. Drag and drop it in your project files it will prompt you that there is already a file named “Default-568h@2x” choose replace the file in the destination. Thats it start your app and it should show your new splash image before the app.

  8. head over to this link to find out all the different sizes of splash images you’ll need for specific devices and orientations Splash Screen(Launch Image)