16
Ask a Question / Re: Trying to fade my logo in but I got an error
« on: April 16, 2024, 03:06:48 pm »
You can click the error message and select "open all", it will point to where the error is.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
In short, positive X is to the right, negative left; positive Y is down, negative is up.You are using a positive Y offset in the player code. You are subtracting by a negative number, so that becomes positive. Remove the - simbol you manually added to the number.
openfl.Lib.application.window.warpMouse(0, 0);
Paste this in a code block, replace the 0s with the desired on-screen coordinates, or with the internal name of number attributes. This only works on desktop targets (Windows/Mac/Linux), not on Flash nor HTML5.