0 Members and 1 Guest are viewing this topic.
hey guys!i really want to prgm a strobe light for my calc...however i dont know how to implement the drawing commands...no one seems to come up with new prgms for the calc so i wish to be the spark that starts the inferno so-to-speak
I don't know what happened to my post, since I posted earlier, but which drawing commands do you need help in? I know TI-BD wiki has a lot of doc, but it doesn't include the extra color arguments.
Quote from: DJ Omnimaga on January 29, 2014, 03:41:32 pmI don't know what happened to my post, since I posted earlier, but which drawing commands do you need help in? I know TI-BD wiki has a lot of doc, but it doesn't include the extra color arguments.i was wondering if i could use the pxlon/off/change.... i would like to bet that that would work...... (lol redundancy that makes sense.... "bet that that...." )
Could you replace that "Lbl 0" with "While 1" and "Goto 0" with "End" ? I recall from when I was programming in Basic for my 83+ that While loops were faster than Gotos, and I read somewhere that memory leaks can occur with Gotos.