Search found 20 matches

by miz656
Sun Nov 27, 2011 2:36 am
Forum: Support and Development
Topic: Help?
Replies: 8
Views: 3457

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...
by miz656
Sat Nov 26, 2011 10:55 pm
Forum: Support and Development
Topic: Selling games?
Replies: 2
Views: 1892

Selling games?

If you make a game, and finished who/how do you sell it?
by miz656
Sat Nov 26, 2011 10:53 pm
Forum: Support and Development
Topic: Help?
Replies: 8
Views: 3457

Re: Help?

So you mea

love.keyreleased(9)

?

I'm learning these objects...
by miz656
Sat Nov 26, 2011 10:51 pm
Forum: Support and Development
Topic: Text?
Replies: 4
Views: 1818

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 =-=
by miz656
Sat Nov 26, 2011 10:15 pm
Forum: Support and Development
Topic: Help?
Replies: 8
Views: 3457

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("...
by miz656
Sat Nov 26, 2011 5:50 pm
Forum: Support and Development
Topic: New, can someone fix this?
Replies: 3
Views: 2131

Re: New, can someone fix this?

I thought it was only used to set variables?
by miz656
Sat Nov 26, 2011 4:59 pm
Forum: Support and Development
Topic: love.quit() question
Replies: 3
Views: 1847

Re: love.quit() question

Oh ok, thanks.
by miz656
Sat Nov 26, 2011 4:54 pm
Forum: Support and Development
Topic: New, can someone fix this?
Replies: 3
Views: 2131

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(...
by miz656
Sat Nov 26, 2011 4:28 pm
Forum: Support and Development
Topic: love.quit() question
Replies: 3
Views: 1847

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?
by miz656
Sat Nov 26, 2011 4:20 pm
Forum: Support and Development
Topic: Wav and mp3
Replies: 6
Views: 3173

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!