Re: ICONS...(DEAD HORSE I KNOW)

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sun, 6 Feb 2000 03:44:20 -0500, David Roach wrote:

>t = t + timeinc --increase time
>t2 = t2 + timeinc2

You should only need one time variable unless you live in a strange
universe where time does not advance at a contant rate...

>Also does anyone know any round to whole number procedures other than
floor?

If you want to round to the nearest integer:

function round( atom number )
  return floor( number + 0.5 )
end function


-- Brian

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu