tile interaction, beginner question
Posted: 15 Jun 2009, 09:15
Hi guys,
I'm trying to make my character interact with a tile and I'm following the Ranch example.
In the ranch example each movie clip is acceded with the following code:
ranchMain1 is the objectID parameter of the skin and can be setted in the xml of the map...but "window"? Where do I set that the ranchMain1 skin contains an element named "window"?
I'm trying to make my character interact with a tile and I'm following the Ranch example.
In the ranch example each movie clip is acceded with the following code:
Code: Select all
var win:MovieClip = os.getMapObject("ranchMain1")["window"]