Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Bounding Box + Ball
Author: Fraggs
| Website: http://www.adeptdesigns.co.uk |
This section basicaly tells the movie to move along the X-Axis (horizontal Velocity [Velocirty is a vector for those that didnt know, its has both speed and direction, this description has nothing to do with the tutorial but it might be handy for you at some point]) at 'speed = X' and that if the center of the mc is at x coordinate 585 (right hand side), to reverse the speed (effectivly changing direction). The seond half of this section works on exactly the same principle only for the left hand side.
this._y = speedy;
if (this._y>= 385) {
speed._y = -speedy;
} else if (this._y <= 15) {
speed._y = -speedy;
}
}
| » Level Basic |
|
|
Added: : 2004-07-20
Rating: 4.44 Votes: 9
Hits: 904
|
| » Author |
|
n/a
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 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.
|
|
|