Here is what it says in the webview
But I literally have that sprite
And here’s some code from it
So do you know why it isn’t working?
play the game here https://replit.com/@Evanisha/Flappy-Cow?v=1
Here is what it says in the webview
But I literally have that sprite
And here’s some code from it
So do you know why it isn’t working?
play the game here https://replit.com/@Evanisha/Flappy-Cow?v=1
What language is it using? Could we see some more code?
It’s in Kaboom and yeah here’s some more code
Is it hosted on Replit? If so, could you send the Repl link?
Try this: In the Cow.pedit
file, click the export icon (bottom right), and type sprites/cow
. Then change line 11 to:
loadSprite("cow", "sprites/cow.png");
Or you can use the Repl I shared with you and change the bean image to a cow image.
I found your error. It has to be loadPedit
not loadSprite
, if you want loadSprite
you have to export to png first
Still says that its wrong
It’s sprites not sprite
You did sprite/cow.pedit
, but it’s sprites/cow.pedit
.