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.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|