If you want to let cam move with the model and always look at it. You might
mean that by lock.
place the cam looking at your model exactly how you want it, then
just member("x").model("themovingthing").addchild("your cam")
or if cam is static but looks always to the moving thing, it's the pointAt()
covered by james.

you also can combine.....
for example if the cam is in a moving object and looks always to another
static or moving object

Fabrice

James Newton wrote:

> 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!]

--
Zuidzijde reclamebureau
http://www.zuidzijde.nl


[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!]

Reply via email to