Good news, bad news

Published September 30, 2006
Advertisement
Good news: I have the store nearly implemented. I added a cool "scroll" feature, where if you have, say, this...

Quote:
1. item 1
2. item 2
3. item 3


...then tapping a button 'scrolls' it to...

Quote:
2. item 2
3. item 3
4. item 4


Bad news is now redundant, as P16 solved the bug. My console.output() function was unable to write explicitly to the zero'th line because that's what my default value for 'row' was set to, and it 'row' is 0, it just automatically checks for the next available line. I changed 0 to -1, and it works great. :D
Previous Entry Hmm
Next Entry W00T
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement