Here is an example project - dropbox.com/s/34svcvglv9sr5kv/mousescrolling.c3p
If you're brand new to the engine, I definitely recommend familiarizing yourself with the beginner tutorial and concepts. While this isn't exactly a difficult mechanic, it does use a few behaviors working together, which may be confusing if you are not familiar with them.
hi and apologies for the delayed reply, was traveling.
thanks so much for the sample, i had a look at it....and although it does work on the "basic principals",
it will not work when the mouse is just going at the edge of the screen! what all rts users are doing actually. you have to have the mouse over the borders, but when you are moving a bit more to the edges it will stop or if you move your cursor tooo fast even in full screen it will not trigger the evens always.
by extending the border width i think it working much better all sides BUT not the buttom. in the buttom my cursor gets out of the scree (no double monitors or anything) and the scrolling never happens.... any tips on that? :)
thanks again a lot