View Single Post
  #2 (permalink)  
Old 10-22-2003, 09:43 AM
Sualdam Sualdam is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Posts: 1,087
Sualdam RepRank 0
Default

The way I'd do it is to have each room a separate movie (if you start trying to do complex stuff on a single timeline it gets unwieldy).

Then, depending on whether each movie is zoomed in or out, set a variable to act as a flag: r1z=1 for room 1 zoomed in and r1z=0 for zoomed out, etc.

You could then use an if/then structure in each movie(or the switch structure) to decide what to do.

Does that make sense?
__________________
Sualdam
Reply With Quote