PDA

View Full Version : attach movie help



Fydus
August 28th, 2004, 09:56 PM
I was reading on how to create tiled games and came across attachMovie
_root.attachMovie("empty", "tiles", ++d);
what exactly does attachMovie do?

Thanks

Inflicted
August 29th, 2004, 06:06 AM
attachMovie attaches MC's from the library.
Here's a tutorial on how it works:
http://www.actionscript.org/tutorials/beginner/attachMovie/index.shtml

good luck!

Boondogger
August 30th, 2004, 04:39 AM
I'm presently developing a tile based game (using hexes). I just posted a question about how to unload MCs. The code for attaching MCs is in my question. If you need any more help I'll do what I can.

Boondogger

Fydus
August 30th, 2004, 10:05 PM
Thanks much, I understand it now