Search found 20 matches
- Sun Nov 27, 2011 2:36 am
- Forum: Support and Development
- Topic: Help?
- Replies: 8
- Views: 3633
Re: Help?
Nothing happened. When I pressed 9 the text didn't come...Is the text black because everything is black on my screen and maybe that'swhy...
- Sat Nov 26, 2011 10:55 pm
- Forum: Support and Development
- Topic: Selling games?
- Replies: 2
- Views: 2034
Selling games?
If you make a game, and finished who/how do you sell it?
- Sat Nov 26, 2011 10:53 pm
- Forum: Support and Development
- Topic: Help?
- Replies: 8
- Views: 3633
Re: Help?
So you mea
love.keyreleased(9)
?
I'm learning these objects...
love.keyreleased(9)
?
I'm learning these objects...
- Sat Nov 26, 2011 10:51 pm
- Forum: Support and Development
- Topic: Text?
- Replies: 4
- Views: 1901
Text?
function love.update()
if key == "9" then
for i = 1,9 do
wait(1)
text = i +1
end
end
end
Why won't it work? I know nothing about love objects =-=
if key == "9" then
for i = 1,9 do
wait(1)
text = i +1
end
end
end
Why won't it work? I know nothing about love objects =-=
- Sat Nov 26, 2011 10:15 pm
- Forum: Support and Development
- Topic: Help?
- Replies: 8
- Views: 3633
Help?
function love.load() local s = love.audio.newSource("TOTE_iT.mp3","static") s:setVolume(0.9) s:setPitch(0.9) love.audio.play(s) end function love.update() if key == "9" then for i = 1,9 do wait(1) text = i +1 end end end function love.quit() pcall(function() print("...
- Sat Nov 26, 2011 5:50 pm
- Forum: Support and Development
- Topic: New, can someone fix this?
- Replies: 3
- Views: 2238
Re: New, can someone fix this?
I thought it was only used to set variables?
- Sat Nov 26, 2011 4:59 pm
- Forum: Support and Development
- Topic: love.quit() question
- Replies: 3
- Views: 1987
Re: love.quit() question
Oh ok, thanks.
- Sat Nov 26, 2011 4:54 pm
- Forum: Support and Development
- Topic: New, can someone fix this?
- Replies: 3
- Views: 2238
New, can someone fix this?
function love.load() local s = love.Audio.newSource("TOTE_iT.mp3","static") end s:setVolume(0.9) s:setPitch(0.9) love.Audio.Play(s) function love.update() if key.mousepressed == "9" then for i = 1,9 do text = i +1 end end end function love.quit() pcall(function() print(...
- Sat Nov 26, 2011 4:28 pm
- Forum: Support and Development
- Topic: love.quit() question
- Replies: 3
- Views: 1987
love.quit() question
What's the point of that function? I mean when someone leaves what's the point if they leave and they can't see what happens?
- Sat Nov 26, 2011 4:20 pm
- Forum: Support and Development
- Topic: Wav and mp3
- Replies: 6
- Views: 3333
Re: Wav and mp3
Ellohir wrote:I have no idea. It should work. Is the mp3 in the same folder as the main.lua?
No..I didn't know that till now lol
Thanks!