YesNoOk
avatar

Offset (SCTRL) (Read 4328 times)

Started by JustNoPoint, October 30, 2015, 03:36:29 pm
Share this topic:
Offset (SCTRL)
#1  October 30, 2015, 03:36:29 pm
  • ******
    • www.justnopoint.com/
Changes the player's display offset. The player is drawn shifted from his axis by this amount.

Required parameters:
none

Optional parameters:
x = x_val (float)
See below.

y = y_val (float)
Specifies the x and y offsets, respectively. You can specify one or both of the optional parameters.

Example:
none
Re: Offset (SCTRL)
#2  October 30, 2015, 04:04:04 pm
  • ****
  • it's me
  • Bat's a Wrap.
    • Chile
    • koakoa@jabber.org
    • Skype - koakumadevil69
Not only does offset change the drawing axis of the character, it also changes the position of the hitboxes along with it. So it can be pretty useful for displacements where you want to move a player around without changing the character's actual position.

What I don't know though is how does a player's angledraw functions become affected by offset?
Yeaaaah im shootign ducks wiht the paino
Re: Offset (SCTRL)
#3  October 30, 2015, 04:21:34 pm
  • *****
  • Thanks and God bless
    • USA
    • ricepigeon.neocities.org
AFAIK the effects of Angledraw are applied before the Offset controller takes effect. Tested with my Yukari.