Search found 6 matches

by Ziggy2764
Mon Sep 30, 2013 9:50 pm
Forum: Support and Development
Topic: Play a .mov file in a Love2D game?
Replies: 8
Views: 3499

Play a .mov file in a Love2D game?

is it possible to play a .mov file in a Love2D game. For example, say I wanted to put a video introduction at the beginning of a game, would that be possible? If so, how?
by Ziggy2764
Sun Aug 26, 2012 4:33 pm
Forum: Support and Development
Topic: How do I set multiple colors? Help please.
Replies: 6
Views: 3951

Re: How do I set multiple colors? Help please.

Ok, I got it. Thanks guys.
by Ziggy2764
Sun Aug 26, 2012 12:02 am
Forum: Support and Development
Topic: How do I set multiple colors? Help please.
Replies: 6
Views: 3951

Re: How do I set multiple colors? Help please.

@bannana I tried putting the setColor in both places where I wanted it, but everything turned to one of the colors instead of each of them having their own color. This is how I had it with both, but everything turned to the color of the finishline, in this case, white: finishline = love.graphics.new...
by Ziggy2764
Sat Aug 25, 2012 11:28 pm
Forum: Support and Development
Topic: How do I set multiple colors? Help please.
Replies: 6
Views: 3951

How do I set multiple colors? Help please.

I was wondering if it is possible to set 2 colors for something. I use love.graphics.setColor(r, g, b) to set a color for something (I'm not even sure if theres another way), but you cant set 2 different colors, it's either one or none. Does anyone know if theres a way to set a color for a specfific...
by Ziggy2764
Sat Aug 25, 2012 4:24 pm
Forum: Support and Development
Topic: How do I make a shape? Help please.
Replies: 3
Views: 1408

Re: How do I make a shape? Help please.

Thanks guys, I got it now! :D @bart Yes I did make an effort. I used love.graphics.rectangle(mode, x, y, width, height), but I forgot to add width and height. Fail. I just started learning Love2D yesterday, I dont know everything yet, but I did pick up on it very fast, because I know many other prog...
by Ziggy2764
Sat Aug 25, 2012 4:00 pm
Forum: Support and Development
Topic: How do I make a shape? Help please.
Replies: 3
Views: 1408

How do I make a shape? Help please.

I need to make a shape for a game I'm making, but I don't know how. All I want to do is make a simple rectangle/square. Is that possible to do (without making an image and inserting the image)? If so, can someone please tell me how? I searched everywhere, but I couldnt find how.