Ugh, Now I'm having trouble with scroll to, and the mouse in general. Setting the cursor from sprite does not work, in any browser, or if I export the game for window.
Start of layout - set mouse style to none.
Every tick - set cursor from sprite.
does nothing. The only thing that worked is.
Everytick set cursor style - none
every tick set position of cursorSprite to MouseX, Mouse,Y.
The problem is when the cursor is used to scroll the screen it scrolls really, really fast.
If I try to delay the speed by doing this.
every tick - set angle of cursorSprite to Mouse.X, Mouse.Y and cursorSprite move forward 2px
I get the slow scrolling I want, but sometimes the sprite image flips out and spins, which is no good.
Construct is very buggy when it comes to the mouse. I already know it doesn't work in EI.. but you might as well add Chrome, and Firefox to the list, because they aren't working there either, or in desktop export...
Why?
Also wondering, is there a way to set the scroll speed, mouse speed, anything?
I could handle the first working method, set sprite to mouse position, but can't handle the speed the screen scrolls when using the mouse to scroll...
This is horrid experience for paying customer