Search found 13 matches

by justthoseguys12
Tue Dec 03, 2024 7:10 pm
Forum: Support and Development
Topic: i cant get my image to move with my arrow keys
Replies: 3
Views: 1147

Re: i cant get my image to move with my arrow keys

Error main.lua:50: bad argument #1 to 'translate' (number expected, got userdata) Traceback [love "callbacks.lua"]:228: in function 'handler' [C]: in function 'translate' main.lua:50: in function <main.lua:24> [love "callbacks.lua"]:154: in function <[love "callbacks.lua&qu...
by justthoseguys12
Tue Dec 03, 2024 4:17 pm
Forum: Support and Development
Topic: my video wont play at all and i dont know what to do
Replies: 4
Views: 1765

Re: my video wont play at all and i dont know what to do

i figured it out so its all good but it has no audio
by justthoseguys12
Tue Dec 03, 2024 3:00 pm
Forum: Support and Development
Topic: i cant get my image to move with my arrow keys
Replies: 3
Views: 1147

i cant get my image to move with my arrow keys

so i have it so when i press up, down etc... using love.graphics.translate it should move my spriteforward variable one pixel but instead it crashes whenever i press the keys here is the code and the file function love.load() spriteforward = love.graphics.newImage("sprite 4.png") spritebac...
by justthoseguys12
Tue Dec 03, 2024 2:56 pm
Forum: Support and Development
Topic: I cant get my audio to play
Replies: 4
Views: 970

Re: I cant get my audio to play

yes i changed it to ogg file and it might just be a problem on this computer so i can try a diffrent computer and i will update you on it later
by justthoseguys12
Mon Dec 02, 2024 7:05 pm
Forum: Support and Development
Topic: I cant get my audio to play
Replies: 4
Views: 970

Re: I cant get my audio to play

that dident work but thanks for trying
by justthoseguys12
Mon Dec 02, 2024 5:18 pm
Forum: Support and Development
Topic: I cant get my audio to play
Replies: 4
Views: 970

I cant get my audio to play

the audio for the code won't play even though there is a love.audio.play here is the code and the file function love.load() whale = love.graphics.newImage("whale.jpg") follow = love.graphics.newImage("follow.png") gofollow = love.graphics.newImage("Go follow.png") cowbe...
by justthoseguys12
Mon Dec 02, 2024 2:25 pm
Forum: Support and Development
Topic: my video wont play at all and i dont know what to do
Replies: 4
Views: 1765

Re: my video wont play at all and i dont know what to do

so that is not what is wrong even when i put the quotation marks
by justthoseguys12
Sun Nov 24, 2024 1:00 am
Forum: Support and Development
Topic: my video wont play at all and i dont know what to do
Replies: 4
Views: 1765

my video wont play at all and i dont know what to do

so i cant get my video to play on a loop or at all and idk what to do this is my error and I also have the file and here is the code as well Error main.lua:10: attempt to index global 'Cowbelly' (a nil value) Traceback [love "callbacks.lua"]:228: in function 'handler' main.lua:10: in funct...
by justthoseguys12
Sat Nov 23, 2024 2:08 am
Forum: Support and Development
Topic: i might need help as a new love2d user
Replies: 7
Views: 1610

Re: i might need help as a new love2d user

by that i mean i would like to know how to move the images not for people to do the entire process