Page 1 of 1

Posted: Thu Jan 19, 2006 11:01
by edwin
Hi dker,
resolume does not broadcast the keyboard iput to the flash movie.
A lot of keys are allready taken by resolume, so it you qould press the 'A' key for instance clip 'A' will be selected. Right now flash in resolume will not listen to keyboard or mouse input i'm afraid.

Cheers
Edwin

Posted: Thu Jan 19, 2006 16:57
by mfo
the variables created by resolume sit in the _root
in movieclips, you need to access them as _root.rparameter1, _root.raudioX ....

I.e. in your test file, in movieclip wow_ replace the scripts in frame 2 by this:
if (_root.rparameter1>50) {
_root.ensemble.carre._yscale = Math.random()*100;
}
if (_root.rparameter2>50) {
_root.ensemble.rond._xscale = Math.random()*100;
}