Search found 7 matches

by Joliplex
Fri Mar 02, 2012 9:19 pm
Forum: Support and Development
Topic: How to do a menu?
Replies: 2
Views: 2054

How to do a menu?

Hi guys! When I get answers to my Time reading questions, I think I am one step away from a simple game. I need a menu. But how should I do it? When I looked into your source codes, I see you use this "gamestate" thinky. Is this the only way to do a menu and how should I use it? Can someon...
by Joliplex
Fri Mar 02, 2012 9:01 pm
Forum: Support and Development
Topic: Time reading
Replies: 6
Views: 2121

Re: Time reading

When you talked about "time-based events" in a rpg/adventure I supposed you were talking about implement events like pop up a message dialog about x time. You for sure know that you should use dt time measure for that events and dont need to compare with OS clock/calender right? Just chec...
by Joliplex
Wed Feb 29, 2012 8:50 pm
Forum: Support and Development
Topic: Time reading
Replies: 6
Views: 2121

Time reading

Hi there! I am making a top-down adventure game, and when I get the normal body done, I'll do some events there. I mean time-based events. So I'm asking that is here any kind of "time reading" from the os clock? Something like this? function love.update() if(love.time.readMonth() == 3) the...
by Joliplex
Sat Dec 10, 2011 3:25 pm
Forum: Support and Development
Topic: Multiple questions
Replies: 5
Views: 2724

Multiple questions

Hi all. I have multiple questions. 1) Have anyone played Ortho Robot? ( http://www.stabyourselfnet/orthorobot )? There is a music switch. How can I made my music change like it? 2) How to warp player (if he goes off the screen, he'll come back of the opposite side)? 3) How to make a trail like here ...
by Joliplex
Sat Dec 10, 2011 1:38 pm
Forum: Support and Development
Topic: How to choose source?
Replies: 14
Views: 6898

Re: How to choose source?

Thaaank you! This will help me alot! :3

EDIT: It doesn't work! Can someone take a look at it?

I used mp3 files for testing, so it's... Big just now.

Here (cannot attach it): http://www.mediafire.com/?du7u9n2w2i02p2b
by Joliplex
Sat Dec 10, 2011 11:13 am
Forum: Support and Development
Topic: How to choose source?
Replies: 14
Views: 6898

How to choose source?

Hi all! I was thinking about ranom music. I tried at least these: source = love.audio.newSource("music1.mp3" or "music2.mp3" or "music3.mp3") source = love.audio.newSource(choose("music1.mp3", "music2.mp3", "music3.mp3")) source = love.audi...
by Joliplex
Wed Dec 07, 2011 12:25 pm
Forum: Support and Development
Topic: Platform game?
Replies: 1
Views: 1330

Platform game?

I try to make a platform game, but I don't know how. Will someone teach me how to? I'm a noob, I know... :shock: