Skip to content

I need help in the source code #295

Closed Answered by NexIsDumb
KadePleaseHelpMe asked this question in Q&A
Discussion options

You must be logged in to vote

okay first of all, for startVideo you gotta extend ScriptedCutscene and not VideoCutscene, so keep VideoCutscene and instead do:

package funkin.menus;

import funkin.game.cutscenes.VideoCutscene;

class PeterCutsceneIntro extends VideoCutscene {
    
    public function new() {
        super(Paths.video("betergriffin"), close);
    }

}

Tell me if it worked cause I didnt test it and might have done some small errors

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@KadePleaseHelpMe
Comment options

@KadePleaseHelpMe
Comment options

@NexIsDumb
Comment options

@KadePleaseHelpMe
Comment options

@NexIsDumb
Comment options

Answer selected by KadePleaseHelpMe
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