View Single Post
# 1 23-09-2004 , 06:42 AM
antiant's Avatar
Subscriber
Join Date: Feb 2004
Location: Melbourne
Posts: 462

switching cameras while playing

Hi there.

What i would like to do, is to be able to press play, on the time line, and for my camera to change automatically it goes through the time line.
Ive written a script for it, but i cant quite get it too work. anyone got any ideas? is should really be quite simple, but im afraid my scripting knowledge is poor.. Thanks


play -state off;
lookThroughModelPanel rubbishCam modelPanel4;
playbackOptions -minTime 0 -maxTime 100;
play -forward true;
lookThroughModelPanel faceCam1 modelPanel4;
playbackOptions -minTime 100 -maxTime 200;
play -forward true;