Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
RPG PART 1 - Simple Inventory System and movement .
Author: CotteN KiveN
| Website: www.realarel.tk |
Movie Clips - Items
Now , you will need some Movie Clips work as the items . Create the Movie Clip with the images you want , then assign these lines of code to the Movie Clip .
onClipEvent (enterFrame) {
if (_root.character.hitTest (this)) {
_root.addToslot (this);
}
}
Note: character : the player controllable Movie Clip name .
| » Level Basic |
|
|
Added: : 2002-07-07
Rating: 6.06 Votes: 198
Hits: 4810
|
| » Author |
|
Flash , webs programmer .
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (10 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.
|
|
|