Search found 2 matches

by hycday
Wed Jun 11, 2014 10:00 pm
Forum: Support and Development
Topic: Generate a random number, but every random seconds
Replies: 2
Views: 2563

Re: Generate a random number, but every random seconds

W.O.W.

that works perfectly well, as needed, without any external library and smoothly !
and I understand it :)

thanks a lot !
by hycday
Wed Jun 11, 2014 8:27 pm
Forum: Support and Development
Topic: Generate a random number, but every random seconds
Replies: 2
Views: 2563

Generate a random number, but every random seconds

Hello, I am trying to generate a random number, every random seconds (the final purpose would be to change the color of a block from time to time, randomly). For that, I am using the Hump library (http://vrld.github.io/hump/#hump.timer). Here is my code at the moment, I am true beginner in LUA/Love2...