Thread: Sun Striker RPG
View Single Post
Old
sfunk
Senior Member
 
sfunk's Avatar
 
Status: Offline
Posts: 1,112
Join Date: Mar 2011
Location: I don't know
Default 01-02-2015, 04:10 PM

Something I noticed while looking at your work is that you have a method nested in a method. This can cause lag to occur, and you also have your method for damage in the same method as your animation of your attacks. If you were to separate your animation from your damageDetect method. I am sure things would work out a lot better for you. Also un-nest those methods.


If you are stuck on a project, check out the tutorials I made here at this link:

http://alice.org/community/showthread.php?p=36778#post36778

There are lots of tutorials on it so far, including some youtube videos, check it out

Or..

Go to my youtube channel to check out my alice 2.2 tutorials I have there..

http://www.youtube.com/user/sfunk1992?feature=mhsn
   
Reply With Quote