Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

if ce = 0

ci += 0.0015
else if ce = 1
ci -= 0.0015

if ci >= 0.015
ce = 1
else if ci < -0.015
ce = 0

image_yscale = 0.24 + ci

if state_type = "entry"{
assist_entry()
}

if state_type = "action"{
assist_action()
}

if state_type = "end"{
assist_end()
}

if timer < time


timer += 1

You might also like