0 Members and 1 Guest are viewing this topic.
Hmm I think you absolutely need rechargeable batteries and I don't think the Nspire can recharge them via USB. If I remember, it was possible to use the Nspire in USB mode without using battery power, though.
Sorry to hear. I hope you can get some soon.
Nice. I like putting the Turning Speed to 65535.
.MOVEIf getKey(2)X+2->XHorizontal +Line(0,24,0,rand^4+21)StorePicEndIf getKey(3)X-2->XHorizontal -Line(95,24,95,rand^4+21)StorePicEnd
What would it refer to out of context? is it an english expression/idiom I am unfamiliar with? Or is it more like most of the IRC quotes from #omnimaga?
Quote from: DJ Omnimaga on November 11, 2010, 12:29:31 amWhat would it refer to out of context? is it an english expression/idiom I am unfamiliar with? Or is it more like most of the IRC quotes from #omnimaga? http://www.urbandictionary.com/define.php?term=get%20some
So do I, it's very weird. 65534 works too, when you set speeds above 20, press right or left and you lose.My doubt: change sprite temporarilyThis is the MOVE code, strangely using the same as Quigibo's because it works very well!Ok, I have two sprites:[3C7E427EFF99FF42] and[00007E4242FFFF42](this are not the final sprites, this is just a test)How could I make the second sprite be used only when you press left and right, and the first sprite when you are not pressing any of them.I've tried many things, always giving me an error :S
[3C7E427EFF99FF42]=>Pic1NT (NT: Not-Turn)[00007E4242FFFF42]=>Pic1T (T: Turn) If getKey(2)+(getKey(3))Pt-On(Xpos,Ypos,Pic1T)ElsePt-On(Xpos,Ypos,Pic1NTEnd
Quote from: ScoutDavid on November 11, 2010, 09:24:30 amSo do I, it's very weird. 65534 works too, when you set speeds above 20, press right or left and you lose.My doubt: change sprite temporarilyThis is the MOVE code, strangely using the same as Quigibo's because it works very well!Ok, I have two sprites:[3C7E427EFF99FF42] and[00007E4242FFFF42](this are not the final sprites, this is just a test)How could I make the second sprite be used only when you press left and right, and the first sprite when you are not pressing any of them.I've tried many things, always giving me an error :SUse something like Code: [Select][3C7E427EFF99FF42]=>Pic1NT (NT: Not-Turn)[00007E4242FFFF42]=>Pic1T (T: Turn) If getKey(2)+(getKey(3))Pt-On(Xpos,Ypos,Pic1T)ElsePt-On(Xpos,Ypos,Pic1NTEndthat would work, just add a DispGraph , else you wont see anything (PS: NP)
[00007E4242FFFF423C7E427EFF99FF42]→Pic1Pt-On(X,Y,Pic1+AIf getKey(2)+(getKey(3))8→AElse0→AEnd