Genevieve Young <[EMAIL PROTECTED]> wrote: > Is it possible to lock a camera position to a moving object thru� Lingo?
Hi Genevieve, You have to track the moving object manually, but that is simple enough to do. Here's part of a behavior that you will need to elaborate on: property myCamera property myMovingObject on exitFrame(me) myCamera.pointAt(myMovingObject) end Cheers, James [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
