Search found 3 matches
- Sun Aug 09, 2015 8:53 pm
- Forum: Newbie Help Center
- Topic: BUTTONS
- Replies: 20
- Views: 6973
Re: BUTTONS
You are correct in your assumption that I don't fully understand how button reads work. Like I said earlier though I am fairly new and rather inexperienced when it comes to programming but i am willing to learn and not opposed to criticism.
- Sun Aug 09, 2015 8:26 pm
- Forum: Newbie Help Center
- Topic: BUTTONS
- Replies: 20
- Views: 6973
Re: BUTTONS
Thanks for the help. After browsing around various forums I found what I believed to be the answer to my problem with the buttons and sure enough it was the answer. This is what I ended up doing to get the buttons to work the way I wanted. ................ ....................... ReadA: LDA $4016 ; ...
- Sat Aug 08, 2015 12:55 pm
- Forum: Newbie Help Center
- Topic: BUTTONS
- Replies: 20
- Views: 6973
BUTTONS
I'm relatively new to programming and I have question regarding the buttons moving the sprites in my code posted below. The A button functions as I want it too but the B button does not. Essentially my A button moves my sprite to right which is I WANT it do however the B button will only move the sp...