Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by DTJ Productions · Apr 10, 2010 at 04:50 AM · javascriptaudiosound

Need Audio To Stop When I Touch a Game Object.

Hey, I need to stop an audio when another audio turns on, im trying to make ringing and when I touch the phone the ringing stops, how do I do that? Heres part of my script

function OnControllerColliderHit(hit : ControllerColliderHit) { if(hit.collider.gameObject.tag == "hippo") { hit.collider.audio.clip = myAudioFile; hit.collider.audio.Play(); }

}

Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Adam Bruns · Apr 11, 2010 at 06:48 AM 0
Share

is that attached to the player or the phone?

avatar image Adam Bruns · Apr 11, 2010 at 06:48 AM 0
Share

also is the audio source form the phone?

avatar image DTJ Productions · Apr 11, 2010 at 02:44 PM 0
Share

The script is attached to the phone, it is in my collision script. Also the audio source is from the phone itself.

1 Reply

· Add your reply
  • Sort: 
avatar image
2

Answer by Design3.com · Apr 10, 2010 at 09:13 AM

http://unity3d.com/support/documentation/ScriptReference/GameObject-audio.html

http://unity3d.com/support/documentation/ScriptReference/AudioSource.html

http://unity3d.com/support/documentation/Components/class-AudioSource.html

http://unity3d.com/support/documentation/Manual/Using%20Components.html

Between these reference articles and a use of triggers/colliders, you should be able to detect when a collision happens, access the necessary Audio Source Components, and control them as needed.

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image DTJ Productions · Apr 11, 2010 at 02:48 PM 0
Share

Thanks for these references but these don't help, I need a script.

avatar image Nicolaj Schweitz · Apr 14, 2010 at 11:16 AM 0
Share

in other words: Please use the documentation and stop asking people to do your work for you :p ... No really, DTJ, if you find the documentation hard to work with, please let us know how we can improve it.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

No one has followed this question yet.

Related Questions

Stop audiosource clip from playing 1 Answer

Adjusting system audio levels... Please help! 1 Answer

Timer Scripting No Idea On Script 0 Answers

play sound when moving stop sound when not 1 Answer

Audio Needs to stop 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges