Hello everyone:

When I build a standalone using Rev 2.9 beta 9, my rectangle buttons will neither play a sound nor move according to the scripts below, even though they work perfectly in the IDE.

on mouseDown   -- in the button script
  moveButtons
end mouseDown

-------------

on moveButtons -- in the main stack script
  set the playloudness of audioClip "Click 3.aif" to 50
  play audioClip "Click 3.aif"
  move the target relative 2,2 in 4 ticks
  move the target relative -2,-2 in 4 ticks
end moveButtons

Usually the button script (other included commands) will function, but sometimes not. I filed a bug report about this with quality control, but now I'm wondering if anyone else has observed this problem, or could try to duplicate it in the 2.9 beta. Thank you.

Paul Gabel

iMac Intel
Leopard
_______________________________________________
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