Search tutorials
Button Code
The "Too Low" and the "Too High" buttons have the following actions:
Too Low:
On (Release)
Set Variable: "low" = PCNum
Call ("Guess")
End On
Too High:
On (Release)
Set Variable: "high" = PCNum
Call ("Guess")
End On
Both call the Guess label which is located in the Calculate Layer. It contains the following Action:
Set Variable: "/:PCNum" = Int(((/:high) + (/:low)/2)
The Correct button has:
On (Release)
Set Variable: "correct" = /:PCNum
Go to and Play ("quit")
End On
| » Level Advanced |
|
Added: 1999-12-20 Rating: 5.99 Votes: 498 |
| » Author |
| Peter is a twisted former teacher of English, who now only obeys the grammer of actionscript. He loves writing educational Flash pieces, and is known to enjoy reading actionscript poems by other authors as well. |
| » Download |
| Download the files used in this tutorial. |
| Download (11 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!