Search found 24 matches
- Tue Sep 02, 2008 2:41 pm
- Forum: Support and Development
- Topic: How can I make text disappear
- Replies: 8
- Views: 9257
Re: How can I make text disappear
I would love to post an error, but there is none, the keyreleased function just doesn't work.
- Tue Sep 02, 2008 2:07 pm
- Forum: Support and Development
- Topic: Rounding random numbers to the nearest hundredth?
- Replies: 3
- Views: 9791
Re: Rounding random numbers to the nearest hundredth?
I'm gonna need some more explaining but I think I know what you are trying to say.
- Tue Sep 02, 2008 1:25 am
- Forum: Support and Development
- Topic: Rounding random numbers to the nearest hundredth?
- Replies: 3
- Views: 9791
Rounding random numbers to the nearest hundredth?
How can I round random numbers to the nearest hundredth? Also, I'm making a "stock market" demo and I want the stocks to randomize + at most $5 or - at most $5 every 3 seconds. so I would have stock1 = 50 3 seconds stock1 = 53.45 or something. Please help me with changes I need to make the...
- Tue Sep 02, 2008 12:15 am
- Forum: Games and Creations
- Topic: Envy Phase 2
- Replies: 7
- Views: 12302
Re: Envy Phase 2
Oh, sounds cool.
Good luck on it.
Good luck on it.
- Mon Sep 01, 2008 11:57 pm
- Forum: Support and Development
- Topic: How can I make text disappear
- Replies: 8
- Views: 9257
Re: How can I make text disappear
You confused me, but I think I know what you mean. main.lua function load() font = love.graphics.newFont(love.default_font, 12) love.graphics.setFont(font) title = "lua demo" play = "press space to play" end function draw() love.graphics.draw(title, 50, 50) love.graphics.draw(pla...
- Mon Sep 01, 2008 11:34 pm
- Forum: Support and Development
- Topic: How can I make text disappear
- Replies: 8
- Views: 9257
Re: How can I make text disappear
Surprisingly, in a room full of chatting relatives, I did.
But now my keyreleased that goes to my next .lua doesn't load.
Do you want me to post my code?
But now my keyreleased that goes to my next .lua doesn't load.
Do you want me to post my code?
- Mon Sep 01, 2008 11:25 pm
- Forum: Support and Development
- Topic: How can I make text disappear
- Replies: 8
- Views: 9257
Re: How can I make text disappear
Well, the documentation doesn't help because I basically suck at understanding stuff. I need people to explain stuff to me.
- Mon Sep 01, 2008 10:33 pm
- Forum: Games and Creations
- Topic: Envy Phase 2
- Replies: 7
- Views: 12302
Re: Envy Phase 2
Looks nice!
Although it says welcome to phase 3 when the thread says phase 2.
What do you plan to make this into?
Although it says welcome to phase 3 when the thread says phase 2.
What do you plan to make this into?
- Mon Sep 01, 2008 10:22 pm
- Forum: Support and Development
- Topic: How can I make text disappear
- Replies: 8
- Views: 9257
How can I make text disappear
Say, make text saying "level 1" appear then after 3 seconds fade out or disappear and something else load?
Yes I know there is the update function but I need someone to walk me through how to use it because the documentation doesn't really help.
Yes I know there is the update function but I need someone to walk me through how to use it because the documentation doesn't really help.
- Mon Sep 01, 2008 8:09 pm
- Forum: Support and Development
- Topic: Can you make a game load another lua file
- Replies: 17
- Views: 19757
Re: Can you make a game load another lua file
Thanks man, I'm just learning something new every minute,
let's hope this works.
Success! Thanks!
let's hope this works.
Success! Thanks!