Recent content by webamoeba
-
W
Undergrad What is the Best Way to Determine x Given y in a Sine Wave Algorithm?
ooooooooooo i love u! well maybe not love ;) but you know what I mean :D. And the strangest thing is, I actually seem to understand it! my god that's a new one on me ;) lol. Thanks for the input everyone! Now all I;ve got to do is go and implement it :s lol. Thanks again! -
W
Undergrad What is the Best Way to Determine x Given y in a Sine Wave Algorithm?
I thought I'd managed to write it badly ;) lol. Ok, I have a flash movie with sheep that jump over a bed. I want to be able to specify the total number of sheep that will appear (lets call it s), and I want the rate at which they appear to increase smoothly, then dissipate again. This must... -
W
Undergrad What is the Best Way to Determine x Given y in a Sine Wave Algorithm?
Hi, This maths stuff is tstarting to hurt my head! :p Ok, I want to use a sine wave to make objects appear at an increasing rate and then a decreasing rate. e.g. where: y=sin(x) y = interval before next object appears so in Maple that'd be: plot(sin(x)+1,x=Pi/2..Pi+(Pi/2)); Now I...