Search found 3 matches

by m4x1k
Fri Sep 13, 2019 3:50 pm
Forum: SGDK
Topic: Scrolling only one row.
Replies: 5
Views: 6385

Re: Scrolling only one row.

Grind, thank you. :D Now I understand.
Do sgdk have some chat where I can ask some questions? I have so many of them and I just don’t want to open new tread for each one.
by m4x1k
Fri Sep 13, 2019 12:42 pm
Forum: SGDK
Topic: Scrolling only one row.
Replies: 5
Views: 6385

Re: Scrolling only one row.

Stef, hello. I do use VDP_setHorizontalScrollMode as I mentioned it in my previous post. Set it to TILE scroll. Then I use VDP_setHorizontalScrollTile (PLAN_A, 0, 8, 1, FALSE) to scroll first row on the screen 8 pixels to the right. Is this how it supposed to work or I do something wrong? Because Co...
by m4x1k
Thu Sep 12, 2019 9:52 pm
Forum: SGDK
Topic: Scrolling only one row.
Replies: 5
Views: 6385

Scrolling only one row.

Hello. I’m trying to understand how’s tile scrolling works. How can I move one row to the right/left? I made and image on plan A. For example, VDP_setHorizontalScroll (PLAN_A, 8) works fine. It moves whole plan 8 pixels to the right. But I need to move only one row. I set tile scrolling with VDP_set...