Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

Question: How to make change stage event in kade engine?

Open alexandrucn opened this issue 1 year ago • 2 comments

How to make change stage event?

alexandrucn avatar Apr 11 '23 13:04 alexandrucn

ok so basically, iirc. in curStep function make a case that is the step (the time the event does) then do smth like

case 69420:
 Stage == null;
 Stage = new Stage("thestage");

I highly doubt that works, if you're using KE 1.8 or some custom version or something then theres a chance.

TheRealJake12 avatar May 07 '23 01:05 TheRealJake12

thank you

alexandrucn avatar May 09 '23 12:05 alexandrucn