Search tutorials
Sub button
Continuing with the same philosophy, the sub button , with shape of
-, it will serve to fine decrease the value of the associated variable; the
associated actions will be:
for timesmorz:
on (release) {
if (timesmorz>0.01 ) {
// the action comes executed if timesmorz>0.01
timesmorz = timesmorz-.001;
}
}
for maxangle:
on (release) {
maxang = maxang+1;
}
for n_osc:
on (release) {
n_osc = n_osc+.01;
}
| » Level Advanced |
|
Added: 2001-01-18 Rating: 9 Votes: 960 |
| » Author |
| No author details given. |
| » Download |
| Download the files used in this tutorial. |
| Download (67 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!