• Question
  • How to make an animation/sprite show in game lab?

its literally just
function draw() {
background("white");
drawSprites();
}

how do you know about arrays but not sprites? im genuinely confused

    person
    maybe because arrays are an actual fundamental part of pjs whereas sprites are a crappy CDO thing

      ackvonhuelio technically it's just a sugarcoated p5.Sprite object and maybe they are overrated but in a beginners case it gets the job done

      Chat