Click here to Skip to main content
16,017,297 members

Comments by firstfox (Top 10 by date)

firstfox 31-Jul-12 2:56am View    
i corrected the code.and now functions are called and everything is working fine.but the problem is that my animation extremly slows down after resuming so i multiplied time by remaing distance/total distance and this is working fine for the SWING function but on SWING BACK it still slows down after resuming.
firstfox 22-Jul-12 6:50am View    
thank you.
i had checked these out before Smile | :)
still not working :(
firstfox 19-Aug-11 13:47pm View    
i have tried this..it works..my problem is that the if a user does not press the escape key first,the first character he presses is NOT displayed in the window..any ideas?
firstfox 19-Aug-11 9:29am View    
yea..got it..thanks so much :)
firstfox 19-Aug-11 9:24am View    
should i use console.readkey(true); before
int input = Convert.ToInt32(?.KeyChar.ToString());

and also keychar is not a method of key....