| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|||
|
Anyone need help?
i need something to do, whether it be optimizing your programs, explaining functions, i know almost everything about the ti-84 and ill help anyone who needs it
do not ask for me to make programs for higher math formulas i am not in statistics class, calculus or anything like that, keep it to algebra and geometry curious about days between dates? found in catalog as dbd( the calculator manual is rather unhelpful here all it says is dbd(date1,date2 so ur thinking, whats it want, a list?, a string?, day,month,year,day,month,year? heres how it works dbd(ddmm.yy,ddmm.yy dd is the day of the month, mm is the month (if its less than 10 it has to be 01=jan 02=feb...), and yy is the last 2 digits of the year the first ddmm.yy must be the earlier date ![]() |
|
|||
|
Hey, I was wondering about getkey function so far doing the standard
:getkey->A :If A=0 :getkey->A :End HAs not worked for any of my games, idk i think I have thi right but it'll only work once, maybe its a problem with my game and not the getkey? |
|
|||
|
you need a while 1 in that
Code:
:0->A :while 1 :getkey->A :If A=105:then:goto AT :End : :Lbl AT :ClrHome :Output(1,1,"Hello World") :Stop that should do the job. It's 3:00 AM though, so my brain may not be functioning correctly. gl |
|
|||
|
mmm while 1 has a disadvantage
you have to store 0 to your getkey var easiest thing to do is Code:
Repeat G=105 getkey->G End if you just want to have the user press a button, use this Code:
Repeat getkey End No storing of variables and getkey value is in ans Code:
Repeat Ans getkey End A pen program: Code:
ClrDraw Dispgraph 47->X 31->Y Delvar Z Repeat getkey=45 ;press clear to exit Repeat Ans getkey->G End If Ans=21 not(Z->Z If not(Z Pxl-Off(Y,X X+(Ans=26)-(Ans=24->X Y+(G=34)-(G=25->Y Y-62(Y=63)+62not(Y->Y X-94(X=95)+94not(X->X Pxl-On(Y,X End see if you can expand on this program |
|
|||
|
Thanks alot guys, I was having a lot of trouble with this, Im going to make so many games now XD.
|
|
|||
|
why?
If you want something to do, there are tons of unanswered questions that could keep you busy. There's no need for a post like this. On the other hand, if you just want to show off, I suggest you put some programs online for us to look at...
|
![]() |
| Viewing: Dev Hardware Forums > SOFTWARE > TI 83/84 > Anyone need help? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|