Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Creation of a pendulum with dynamic parameters in Flash
Author: Michele Microon
| Website: http://www.microon.com |
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.22 Votes: 960
Hits: 3043
|
| » Author |
|
No author details given.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (67 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|