- Home /
Need a script
So I am looking for a script that could make a turning style combination lock. It's kind of complicated so here it goes. I'm doing a combination lock that needs to make a sound when you turn it to the first correct number(clockwise), then you turn it counterclockwise to get the next click, and once more clockwise to get a final click if everything is put in correctly. It would need to restart if you pass a certain margin of error. I already have a rotate on drag script but I need one that will do the rest. Also, once the final right number is turned to, it would set off an animation. It would also be amazing if there was a set in randomizer that would change the three variables each time a full cycle was completed.
This is not the right place to just request a script. You might have more luck on the forum
I'll have a large supreme pizza and a large bottle of choke, oh and garlic bread =]
couldn't help myself, but $$anonymous$$ike is right. Check out the forum. If you want to write the script yourself, you can ask for help with problems you are having coding.
The idea sounds solid, and you have described the process well, why not try coding yourself?
http://docs.unity3d.com/Documentation/ScriptReference/AudioClip.html
http://docs.unity3d.com/Documentation/ScriptReference/Transform.html
http://docs.unity3d.com/Documentation/ScriptReference/Animation.html
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
GUI cale and position according to the actual screen resolution. 1 Answer
How To Make GUI Buttons Load/Quit 1 Answer
C# Reload Script 1 Answer
Line Renderer Collision Detection. 2 Answers