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"]
Code: Select all
var win:MovieClip = os.getMapObject("ranchMain1")["window"]