oliver
Junior Member
Posts: 26
|
Post by oliver on Sept 23, 2013 16:57:05 GMT
PauseSound("Suono); ResumeSound("Suono); ecc The script command of the sound does not work. If I add the " work instead. PauseSound("Suono"); This is a bug or I'm wrong something.
|
|
|
Post by backspin on Sept 23, 2013 20:12:01 GMT
Oliver,
You need both quotes. The argument is a string - the name of the Sound in the Library. Strings need to be enclosed in quotes. Why would you expect it to work with only one?
|
|
oliver
Junior Member
Posts: 26
|
Post by oliver on Sept 24, 2013 10:28:45 GMT
The problem is that the program does not put me double " quotes.
|
|
|
Post by backspin on Sept 24, 2013 12:28:37 GMT
Ah - I see that. When you use the Script Functions it actually puts just one quote in.... now that is bug! Good find!
I'm sure the Hippo guys will fix that right up.
|
|
|
Post by Hippani on Sept 24, 2013 19:53:06 GMT
We will.
|
|
|
Post by Hippani on Sept 30, 2013 9:41:06 GMT
This is fixed in the latest version.
|
|