scripting newbie...

Matthieu Pernaud's icon

hi,

i tried to find some infos about scripting in the forums and the docs... but i can't really figure it out.

is it only javascript ? with js ?

apparently it's possible to create objects and connections dynamically, but i can't get how it's possible.

can someone show me an old topic or a simple patch showing this ?

but it's still too complcated for a noobie like me.

Emmanuel Jourdan's icon

On 6 juil. 08, at 22:53, Matthieu Pernaud wrote:

> hi,
>
> i tried to find some infos about scripting in the forums and the
> docs... but i can't really figure it out.
>
> is it only javascript ? with js ?

It's possible to script Max application with javascript, but also with
messages send to the thispatcher object. Have a look to thispatcher
help file, there's a few examples.

ej