Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 Arkos25 · Jul 09, 2012 at 08:08 PM · animationattack

attack animation script

I need a script that for every left click on the mouse button an animation should play.for an example: First left click will play the attack animation from frame 1 to frame 25 second click will play the attack animation from frame 25 to 50 and so on.When you don't click the left mouse button for a while (lets say 1.5 seconds) the script should go back to the first animation.

In other words the whole animation should start over so when you click the left mouse button again after 1.5 seconds the animation from frame 1 to frame 25 should play and when you click it again it should play the animation from frame 25 to frame 50 and so on. the frames I entered here are not specified yet and I havent done the animation so you can put anything you want. i will go in and change the frames myself later when im done.

Comment
Add comment · Show 2
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 Chimera3D · Jul 09, 2012 at 10:45 PM 0
Share

Then write it.

http://docs.unity3d.com/Documentation/ScriptReference/Animation.html

avatar image Chimera3D · Jul 12, 2012 at 03:50 AM 0
Share

Well then you are going to either have to learn or hire someone. No one is going to write your game for free. Not trying to be mean but its gonna cost you, either time or money.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by lyzard · Jul 10, 2012 at 10:32 AM

I'm afraid you'll have to learn programming a bit. You would start splitting your whole animation in several animations (check http://docs.unity3d.com/Documentation/Manual/Animations.html ). Here's something that you could start with:

 function Update()
 {
     if(Input.GetMouseButtonDown(0))
       animation.CrossFade("Attack");
 }
Comment
Add comment · 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

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

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Play animation with collider [URGENT] 0 Answers

How to fix rig animation that stops short when increasing speed? 0 Answers

Can I make animations snap to a frame? 1 Answer

Need a "square tire" script. HELP! 1 Answer

What is the best way to manage the attack and auto-attack animation per second when the object collides?,Best way to make 2 objects attack per time each other when colide? 0 Answers


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