# How do you make a title screen

**URL:** https://forum.kirupa.com/t/how-do-you-make-a-title-screen/298937
**Category:** Uncategorized
**Created:** [October 27, 2009, 1:50pm UTC](https://forum.kirupa.com/t/how-do-you-make-a-title-screen/298937 "2009-10-27T13:50:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nlamping](https://avatars.discourse-cdn.com/v4/letter/n/e19adc/32.png) [@nlamping](https://forum.kirupa.com/u/nlamping)
#### Post date: [October 27, 2009, 1:50pm UTC](https://forum.kirupa.com/t/how-do-you-make-a-title-screen/298937/1 "2009-10-27T13:50:09Z")

</div>

I’m making an interactive video and the title screen isn’t working. Instead of waiting to start until the play button is hit the video just plays the 1 frame screen and starts. Can anyone help me with the actionscript. This is what I have:

play\_btn.addEventListener(MouseEvent.CLICK, clickPlay);

function clickPlay(event:MouseEvent):void  
{  
play\_btn.gotoAndPlay(“star”);  
}

I have the first scene labeled “star” btw.
