This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Topics - Yeong
Pages: 1 ... 6 7 [8] 9 10 ... 13
107
« on: September 25, 2011, 09:17:35 pm »
108
« on: September 23, 2011, 10:22:32 pm »
Which one do you really hate? I hate TI-86, since it won't just accept some of the programs
109
« on: September 23, 2011, 06:13:49 pm »
So I got TI-86 today. I figured out that you can have a custom name variables and the menu kinda looks like f(x)-9750g+, and it's kinda similar to TI-BASIC for ti-84.
What's the difference except for having about 90,000 RAM? How much archive space does it have? What can I do with it? Does it run ASM programs?
110
« on: September 22, 2011, 10:44:52 pm »
I wanna know few things: 1. Can I import custom-named list from OS? 2. I see there's grp Token. What is the use of it? 3. How does enemy's AI in platform games work?
111
« on: September 22, 2011, 07:50:50 am »
I was planning to make megaman with axe, but I gave up. Feel free to use these sprites.
112
« on: September 21, 2011, 07:59:46 pm »
Ok. I confronted some question in Calculus class. I guessed the answers right, but I don't know how to get the answer.. XP Here's the question: Find 2 lines that are both tangent of graph y=x2 and y=-x2+6x-5. Ans: y=2x-1, y=4x-4 I really got these right by guessing but I need proving. help! XP
113
« on: September 21, 2011, 07:35:24 am »
114
« on: September 19, 2011, 07:42:28 am »
It's kinda not nice too see too much appvar in my calc (Scroll lag) Is there a way?
115
« on: September 17, 2011, 08:55:58 pm »
I just recently created point and click game, and it was kinda....easier(difficulty wise) than I thought. Is there any puzzles/features that makes that PoC interesting?
116
« on: September 17, 2011, 08:28:45 pm »
Last time, when I uploaded a metalman remix, it was randomly posted in music section. Today, I uploaded Silence, and it was posted in Calc Discussion/News section What's happening?
117
« on: September 16, 2011, 08:29:01 am »
Is there are better way than doing this?
:..IF :If D=1 :GetCalc("vS01",Y1) :End :If D=2 :GetCalc("vS02",Y1) :End :If D=3 :GetCalc("vS03",Y1) :End :If D=4 :GetCalc("vS04",Y1) :End :If D=5 :GetCalc("vS05",Y1) :End :If D=6 :GetCalc("vS06",Y1) :End :If D=7 :GetCalc("vS07",Y1) :End :If D=8 :GetCalc("vS08",Y1) :End :If D=9 :GetCalc("vS09",Y1) :End :If D=10 :GetCalc("vS10",Y1) :End :If D=11 :GetCalc("vS11",Y1) :End :If D=12 :GetCalc("vS12",Y1) :End :If D=13 :GetCalc("vS13",Y1) :End :If D=14 :GetCalc("vS14",Y1) :End :If D=15 :GetCalc("vS15",Y1) :End :If D=16 :GetCalc("vS16",Y1) :End :If D=17 :GetCalc("vS17",Y1) :End :If D=18 :GetCalc("vS18",Y1) :End :If D=19 :GetCalc("vS19",Y1) :End :If D=20 :GetCalc("vS20",Y1) :End :If D=21 :GetCalc("vS21",Y1) :End :If D=22 :GetCalc("vS22",Y1) :End :If D=23 :GetCalc("vS23",Y1) :End :If D=24 :GetCalc("vS24",Y1) :End :If D=25 :GetCalc("vS25",Y1) :End :If D=26 :GetCalc("vS26",Y1) :End :If D=27 :GetCalc("vS27",Y1) :End :If D=28 :GetCalc("vS28",Y1) :End :If D=29 :GetCalc("vS29",Y1) :End :If D=30 :GetCalc("vS30",Y1) :End :If D=31 :GetCalc("vS31",Y1) :End :If D=32 :GetCalc("vS32",Y1) :End :If D=33 :GetCalc("vS33",Y1) :End :If D=34 :GetCalc("vS34",Y1) :End :If D=35 :GetCalc("vS35",Y1) :End :If D=36 :GetCalc("vS36",Y1) :End :If D=37 :GetCalc("vS37",Y1) :End :If D=38 :GetCalc("vS38",Y1) :End :If D=39 :GetCalc("vS39",Y1) :End :If D=40 :GetCalc("vS40",Y1) :End :If D=41 :GetCalc("vS41",Y1) :End :If D=42 :GetCalc("vS42",Y1) :End :If D=43 :GetCalc("vS43",Y1) :End :If D=44 :GetCalc("vS44",Y1) :End :If D=45 :GetCalc("vS45",Y1) :End :If D=46 :GetCalc("vS46",Y1) :End :If D=47 :GetCalc("vS47",Y1) :End :If D=48 :GetCalc("vS48",Y1) :End :If D=49 :GetCalc("vS49",Y1) :End :If D=50 :GetCalc("vS50",Y1) :End
118
« on: September 15, 2011, 11:40:58 am »
How do I write a routine so that if I press the correspond button, do something and if I don't press it, do other thing?
119
« on: September 14, 2011, 12:17:52 am »
So, I was trying to make base converter as my first C++ file, but it gave me Microsoft C++ exception: std::out_of_range at memory location 0x003ffd20.. Unhandled exception at 0x778fb9bc in convert.exe: Microsoft C++ exception: std::out_of_range at memory location 0x003ffd20.. convert.exe has triggered a breakpoint
while running the code. Why? code at link. http://pastebin.com/Qw1235tD
120
« on: September 13, 2011, 12:00:10 pm »
do this procedure: 1. go to removedfromgame.com/cli2 2. type help
Pages: 1 ... 6 7 [8] 9 10 ... 13
|