Thread: Animation loader from folder

Results 1 to 2 of 2
  1. #1 Animation loader from folder 
    Registered Member shoopdawhoop's Avatar
    Join Date
    Apr 2009
    Posts
    685
    Thanks given
    10
    Thanks received
    19
    Rep Power
    57
    oops...
    double posted instead of editing...
    the question is on first reply
    if(WomanLocation != Kitchen)
    {
    DivideByZero();
    }
    Reply With Quote  
     

  2. #2  
    Registered Member shoopdawhoop's Avatar
    Join Date
    Apr 2009
    Posts
    685
    Thanks given
    10
    Thanks received
    19
    Rep Power
    57
    [QUOTE=shoopdawhoop;1995760]I got too many anims added so... method257 is too big
    i attemted to make a code that reads the anims from the txt files instead...
    but it didn't work
    it was a poor attempt tho
    Code:
    			if(j < 7296){
    		try {
    			BufferedReader in = new BufferedReader(new FileReader("./anim/"+j+".txt"));
    			String s;
    			while ((s = in.readLine()) != null) {
    			}
    			}catch (IOException e) {
    			e.printStackTrace();
    		}
    }
    how do i make it work?
    i've tried EVERYTHING i could think of
    I'll rep++
    if(WomanLocation != Kitchen)
    {
    DivideByZero();
    }
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •