0 Members and 2 Guests are viewing this topic.
so I cant write {Str1+18}???(Str1 because your older post...)
Buttsfredkin, I thought it was a midi-to-axe-converter Can you please post an example-code for me (I can learn it easier if I can exit a complete code with the new part in it)I was planning g to use that converter, but don't really know how I must write that!
tap tap revenge? really...1st question ...why? its a calculator...if anything make a game not involving music or sound...2nd question.....do u realy feel comfortable wearing head fones plugged into ur calc??
ephan, my problem is: I have no idea how to do tthat. I've tried very often in very much difficult ways, but never made it! (in all the cases!)Querty.55, Hä??? How to do that? I've never used "interrupts" before (or I have and don't know it)!The program is reacting on the keys [7], [8] and [9]But I will change:It should read a program like that:Code: [Select]:000:000:100:200:200:011:022the three numbers should be like the three keys - but 0 is like not pressing the key, 1 is like pressing it once, 2 is like holding the key!And I also need a second program, which should react on the keys, but writes it into such a code!sorry, I know I'm making veeeery much mistakes and I'm sometimes really too stupid to code! Spoiler For surcecode: :.TAPTAP01:Full::::Line(14,13,82,13)r:Line(14,51,82,51)r:::Repeat getKey(15):DispGraphr:getKey(36)→A:getKey(28)→B:getKey(20)→C:::::Lbl 1:If C:32→E:End:If B:18→E:End:If A:4→E:End:::If A+B+C≠0:If pxl-Test(18,50-E) or pxl-Test(17,50-E)r or pxl-Test(16,50-E)r:For(X,13,15:Line(X,48-E,X,52-E,1:Line(X,48-E,X,52-E)r:End:End:!If pxl-Test(18,50-E:!If pxl-Test(17,50-E)r:Line(16,47-E,16,53-E:Line(17,46-E,17,54-E:Line(18,46-E,18,54-E:Line(19,46-E,19,54-E:Line(20,47-E,20,53-E:End:End:::DispGraphr:::If A:0→A:Goto 1:End::If B:0→B:Goto 1:End::If C:0→C:Goto 1:End::End:::::For(X,1,9:Line(X,1,X,63:End:::For(X,1,63:Pxl-Off(10,X:End::DispGraphr:DispGraph:Horizontal +r:Horizontal +:Pxl-Off(83,13)r:Pxl-Off(83,51)r:Pxl-On(14,13)r:Pxl-On(14,51)r::EndEDIT:Sorry, was the ASM-program surce-code is coming...
:000:000:100:200:200:011:022