Simple problem here Nick. Because movies have been loaded onto differing levels/tagets, the targeting within the 'room maker' mc is topsy-turvy, so I changed the code thus:
Duplicate Movie Clip ("_level0/roomhere/h", "h1", 1)
Duplicate Movie Clip ("_level0/roomhere/h", "h2", 2)
Duplicate Movie Clip ("_level0/roomhere/v", "v1", 3)
Duplicate Movie Clip ("_level0/roomhere/v", "v2", 4)
Comment:
Set Property ("_level0/roomhere/h1", X Scale) = /:horizontal*10
Set Property ("_level0/roomhere/h2", X Scale) = /:horizontal*10
Set Property ("_level0/roomhere/v1", Y Scale) = /:vertical*10
Set Property ("_level0/roomhere/v2", Y Scale) = /:vertical*10
Comment:
Set Property ("_level0/roomhere/h1", X Position) = 230
Set Property ("_level0/roomhere/h2", X Position) = 230
Set Property ("_level0/roomhere/v1", Y Position) = 120
Set Property ("_level0/roomhere/v2", Y Position) = 120
Comment:
Set Variable: "/:vheight" = (getproperty("_level0/roomhere/v2", _height))/2
Set Variable: "/:hwidth" = (getproperty("_level0/roomhere/h2", _width))/2
Comment:
Set Property ("_level0/roomhere/h1", Y Position) = 120-/:vheight
Set Property ("_level0/roomhere/h2", Y Position) = 120+/:vheight
Set Property ("_level0/roomhere/v1", X Position) = 230-/:hwidth
Set Property ("_level0/roomhere/v2", X Position) = 230+/:hwidth
...to take into account that the movie has been loaded into another mc-target.
Sorted.
dave davdesign@pinkzeppelin.com
^^^^^^^^^^^^^^^^^^^^^