Search tutorials
Frame 2: This is the frame users will see if they have typed in the incorrect password.
On the labels layer:
Create frame label: wrong.
On the button Layer:
Place a button.Select the button, open the Actions Panel, and place the following script in the Object Action panel:
on(press){
goToAndStop("start");
}
Notice that the goToAndStop action makes the movie go to the frame label "start". If the appropriate frame in your version has a different label, substitute "start" with the correct frame label.
On the Text Layer,
Type a message such as "Sorry, wrong password".Check that this text block is set as static text on your Text Option panel, as it is simply a message, and you don't want the user to be able to edit it.
| » Level Intermediate |
|
Added: 2001-12-21 Rating: 8 Votes: 94 |
| » Author |
| Artist living in South Africa |
| » Download |
| Download the files used in this tutorial. |
| Download (19 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!