benbjohnson / melomel

External ActionScript Interface.
https://github.com/benbjohnson/melomel/wiki
Other
42 stars 8 forks source link

Change default waiting time #30

Closed scho closed 13 years ago

scho commented 13 years ago

Hi,

I have a feature request concerning the default waiting time (I think default is 5 frames). Is it possible to define this value lets say with something like:

Melomel.default_frames_to_wait = 10

In my app 5 frames might not be enough, which is really enoying. So tests fail/pass at random.

benbjohnson commented 13 years ago

I released a new version with the fix. In your Ruby code, after you connect, you can run the following code:

Melomel.defaultFramesToWait = 10;

It's in SWC v0.6.9. You can find it on the GitHub project page under the Downloads. Let me know if that works for you.

Ben