-
1. Re: Need help ( what else is new)
Ned Murphy Aug 11, 2009 7:20 AM (in response to Levsky)Most of your errors stem from attaching that code to an object rather than placing it on the timeline occupied by that object (all errors referring to requiring an "on handler"). So remove the code from the object and create an actions layer on that timeline and place the code there.
-
2. Re: Need help ( what else is new)
Levsky Aug 11, 2009 7:26 AM (in response to Ned Murphy)Thanx Ned
U always have good answer
I actualy realized that and changes all the sripts to the same layer
it is setup as a button, should I had setup diferentely?
-
3. Re: Need help ( what else is new)
Ned Murphy Aug 11, 2009 7:36 AM (in response to Levsky)1 person found this helpfulIf it's purpose is to be a button, then using a button is fine.
-
4. Re: Need help ( what else is new)
Levsky Aug 11, 2009 7:39 AM (in response to Levsky)So why is it not working?
Is the script crrect?
-
5. Re: Need help ( what else is new)
Ned Murphy Aug 11, 2009 7:54 AM (in response to Levsky)1 person found this helpfulI am not a good reference for sound issues, but I'd question the use of "Stop()"... believing it should probably be "stop()", but you should be able to look up the methods for the Sound class in the help documents and determine that without having someone else do it for you.
The only other thing I can question at the moment is whether you have assigned the instance names to the buttons that you specify in the code.
-
6. Re: Need help ( what else is new)
Levsky Aug 11, 2009 7:54 AM (in response to Ned Murphy)I have
Thanx any way
May be some one cath our coversation and stick 2 cents with an idea
Thanx Ned
Lev
-
7. Re: Need help ( what else is new)
Levsky Aug 11, 2009 8:07 AM (in response to Ned Murphy)Hi Ned Me again
U r correct it was a sintax proble
not Stop() stop() and it worked
Thank you very much
Lev