Search tutorials
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: 5.99 Votes: 195 |
| » Author |
| Flash , webs programmer . |
| » Download |
| Download the files used in this tutorial. |
| Download (10 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!