heya. i recently was sorta making an attempt to make a game but I've already hit a roadblock (lol)
I've got mouse scrolling working with tutorials found in the forum, but I can't seem to be able to get the keyboard scrolling to work - like in RTS where you can press arrow keys to move your screen around.
I've currently set 'the key - is down' and it is instructed to perform 'system: scroll to x 10', but instead of scrolling incrementally, it just warps to x10 coordinates. how can I set the math to work incrementally?
also, another question if you don't mind. is it possible to attach RTS behavior sprites to other sprites so their movements are constricted? like a road, for example. (instead of going through pesky pathfinding.)
thanks!