1. you don't load movies into frames per se.. what you can do is load movies into levels or replace movie clips within a .swf with another .swf... check out the documentation on the loadMovie() and loadMovieNum() functions
2. you can't literally, but there are ways of getting around it
3. see above.. and if by certain areas in a frame you mean the physical position of the movieclip, you can play around with the _x and _y properties to get what you're looking for
4. yes.. the simplest way to do this would be to create a text box, convert it into a button symbol, select it and open the actions window and type:
Code:
on (release) {
gotoAndStop(frame); // replace frame with the number of the frame
}
5. there are, i believe, though i can't think of any off the top of my head... have a look around the tutorials section in flashkit, there may be some there
let me know if you need further explanation on anything
zing
Bookmarks