Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_crispy_scroll_hand_right_a_Step_2

(view raw script w/o annotations or w/e)
1
if (transformed == true)
2
{
3
    instance_destroy();
4
    exit;
5
}
6
x_offset = 56 * cos(degtorad(obj_crispy_scroll_head_a.image_angle));
7
y_offset = 56 * sin(degtorad(obj_crispy_scroll_head_a.image_angle));
8
x = obj_crispy_scroll_head_a.x + x_offset;
9
y = obj_crispy_scroll_head_a.y - y_offset;
10
image_angle = obj_crispy_scroll_head_a.image_angle - (((starting_point_reference - obj_crispy_scroll_head_a.advance_y_hand) / (2 * obj_crispy_scroll_head_a.max_rise)) * max_rise);