View Single Post

  #2 (permalink)  
Old 09-09-2004
Matrices Matrices is offline
Member
Yellow Belt
 
Join Date: Sep 2003
Posts: 44
its been a while since i've had anything open programming but i think something along the lines of

Code:
objmap1.location = objmap2.location
objmap1.height= objmap2.height
should set things the same and then just switch the view to the other map
Reply With Quote