Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

how i do a stage #96

Answered by Furamona
JustJasonLol asked this question in Q&A
Mar 17, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

var stage:Stage = null;

function create() {
stage = loadStage("stage"); // Replace stage by the name of your stage file without the extension
}

function beatHit(curBeat) {
stage.onBeat();
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JustJasonLol
Comment options

Answer selected by JustJasonLol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants