Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Search found 58 matches

by florian
26 Feb 2012, 02:39
Forum: How to...
Topic: VBScript / How to use standard VB syntax
Replies: 4
Views: 3130

Re: VBScript / How to use standard VB syntax

Hi, I tried several way to code and i still have some incompatibilities like this one : (VBscript) ' json = {"id":123264,"username":"cobalt","user_id":1,"quote":"Azerazerzaerzaera","url_avatar":"","posted_at":1...
by florian
22 Feb 2012, 19:01
Forum: How to...
Topic: VBScript / Where to find full VBscript manual ?
Replies: 6
Views: 3893

Re: VBScript / Where to find full VBscript manual ?

Great !
And what about Ventuz special functions like Ventuz.Kernel.Animation.PerformanceTimerHard.Now ?
by florian
22 Feb 2012, 12:02
Forum: How to...
Topic: VBScript / How to use standard VB syntax
Replies: 4
Views: 3130

Re: VBScript / How to use standard VB syntax

Oups, right !
I used to code in Perl so i still have my old reflex...

Do you have any web link with condensed references about basic VB scripting?
Thanks,
by florian
21 Feb 2012, 22:16
Forum: How to...
Topic: VBScript / How to use standard VB syntax
Replies: 4
Views: 3130

VBScript / How to use standard VB syntax

Hi I'm looking for using standard VB syntax like Trim or Chr. How to activate them under the script editor ? I get Compilation error each time I use these functions outChapitreBool = False If Trim(B_chapitre) <> "" Then outChapitre = Trim(B_chapitre) outChapitreBool = True changed = True E...
by florian
21 Feb 2012, 21:47
Forum: How to...
Topic: VBScript / Where to find full VBscript manual ?
Replies: 6
Views: 3893

VBScript / Where to find full VBscript manual ?

Hi,

i'm looking for a VB script manual for Ventuz.
Where could we get it ?

I see in samples "beatNow = Ventuz.Kernel.Animation.PerformanceTimerHard.Now"
or I want to set the value of a string output, but seems to be undocumented.

Thanks,
by florian
21 Feb 2012, 21:46
Forum: How to...
Topic: Movie Clip Advanced / How to load first image?
Replies: 5
Views: 3726

Re: Movie Clip Advanced / How to load first image?

Ok, thanks for you answer
by florian
21 Feb 2012, 21:22
Forum: How to...
Topic: Movie Clip Advanced / How to load first image?
Replies: 5
Views: 3726

Re: Movie Clip Advanced / How to load first image?

Ok, thanks for you answer
by florian
18 Feb 2012, 21:15
Forum: How to...
Topic: Movie Clip Advanced / How to load first image?
Replies: 5
Views: 3726

Movie Clip Advanced / How to load first image?

Hi, I'm looking at loading the first image on a Movie Clip Advanced (MCA) node For context, in attachement my projet : - the D button switch a case node to load the "begining" movie into MCA node - the F button switch a case node to load the "final" movie into MCA node It loads r...