Thread: [Urgent] Animations Cancel When You Mass Click or Move Away

Results 1 to 6 of 6
  1. #1 [Urgent] Animations Cancel When You Mass Click or Move Away 
    Registered Member Vagina Lips's Avatar
    Join Date
    Mar 2012
    Age
    29
    Posts
    394
    Thanks given
    0
    Thanks received
    159
    Rep Power
    46
    I made a video to show my problem.
    When I mass click or walk away while doing an animation the animation completely cancels.
    I am 100% certain something is wrong server sided.
    Any help is greatly appreciated.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Nov 2013
    Posts
    270
    Thanks given
    107
    Thanks received
    76
    Rep Power
    0
    Maybe create a boolean called doingAnimation or something and then just return in the any methods that would cancel it.

    if (doingAnimation) return;
    Reply With Quote  
     

  3. #3  
    Registered Member Vagina Lips's Avatar
    Join Date
    Mar 2012
    Age
    29
    Posts
    394
    Thanks given
    0
    Thanks received
    159
    Rep Power
    46
    Quote Originally Posted by ub3r View Post
    Maybe create a boolean called doingAnimation or something and then just return in the any methods that would cancel it.

    if (doingAnimation) return;
    It was perfectly fine before but recently I realised it was like this so I want to know what caused it.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Aug 2007
    Posts
    1,289
    Thanks given
    130
    Thanks received
    340
    Rep Power
    862
    You probably have it set somewhere to reset the animation if you do an action.
    Reply With Quote  
     

  5. #5  
    need java lessons
    Eclipse's Avatar
    Join Date
    Aug 2012
    Posts
    4,436
    Thanks given
    686
    Thanks received
    898
    Rep Power
    490
    Walking.jaerba

    Check it for containing animation conditions
    Reply With Quote  
     

  6. #6  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Quote Originally Posted by ub3r View Post
    Maybe create a boolean called doingAnimation or something and then just return in the any methods that would cancel it.

    if (doingAnimation) return;
    Why would you want to stop an action like walking whilst doing an animation? that's silly.


    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 4
    Last Post: 06-26-2013, 09:53 AM
  2. error when i mass click an item
    By Syndicate in forum Help
    Replies: 5
    Last Post: 04-16-2012, 10:33 PM
  3. Replies: 0
    Last Post: 08-20-2009, 08:54 AM
  4. How do I make it so when you right click...
    By Pray for plagues in forum Help
    Replies: 0
    Last Post: 03-08-2009, 09:11 PM
  5. How to Make objects give you in item when you click in them!
    By black-pure-4-lyfe in forum Tutorials
    Replies: 3
    Last Post: 08-28-2007, 09:35 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •