![]() ![]() | |
A function is a script that you can use repeatedly to perform a specific task. You can pass parameters to a function, and it can return a value. In this example, when the user clicks the Try Again button, a function runs that returns the playhead to Frame 1.
You'll write that function now. In this script, you'll type the frame number, because we did not label Frame 1.
//button function returns user to Frame 1. Press Enter or Return.tryAgain_btn.onRelease = function(){, then press Enter or Return.gotoAndStop(1);, then press Enter or Return and type } to complete the script.![]() ![]() | |