> "noodly, noodly, noodly, pip, pip, pip, poop" ?
Sounds like a great start to me. Must try that :-)

If you are using do field "xyz", then indeed you are running into the script 
limits. Write handlers at stack or library level and execute those.

example at stack level

on noodly
  answer "pip"
end noodly

now you can call noodly from any control in your stack. Example for a button:

on mouseUp
  noodly
end mouseUp

Cheers,

Malte_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to