![]() |
Waterfall and circling light effects
How do you make Waterfall and cricling light effects?
|
i got the circle light effects somewhere limmie dig them out
and as for the waterfall i have no idea |
Re: Waterfall and circling light effects
Quote:
|
if(playerenters) {
this.angle=0; //dont touch me this.radius=3.2; //change this for radii higer number larger circle this.speed=0.1; //how fast it moves timeout=.05; } if(timeout) { x=15+cos(this.angle)*this.radius; //change number for placement of x y=5+sin(this.angle)*this.radius; //change number for placement of y this.angle=this.angle+this.speed; timeout=.05; } //Light Bit if (created) { setimg light2.png; dontblock; } //#CLIENTSIDE if (playerenters) { setcoloreffect 0,1,0,0.5; drawaslight; } and theres your cirlcing light effects probally not the best or most efficent way to do them but.............they work |
the waterfall is just a GIF....you could do addtiledef2 to make the waterfall tiles animated by default
|
i wanna know how people make it so it actually pushes you down the waterfall and also how you make it so its very hard to go up
|
Quote:
|
Quote:
|
Quote:
|
yay!
Quote:
|
Quote:
ur dumb! ahhhhhhhhhh ..... lol |
In the level i made i used this one (the ugly level, read older thread)...
// NPC made by Ferret if (created) { setimg light2.png; dontblock; timeout = 0.1; } //#CLIENTSIDE if (timeout) { setcoloreffect 1,1,1,0.99; drawaslight; sleep 0.2; setzoomeffect 1.1; sleep 0.2; setzoomeffect 1.2; sleep 0.2; setzoomeffect 1.1; sleep 0.2; setzoomeffect 1; timeout = 0.1; } Else i dont know how to do it but this one works pretty well :) |
could you even do animated pics1.png like mng?
|
Quote:
|
Quote:
"Waterfall" means WATERFALL. NOT "SPLASHES BY A WATERFALL." |
yeah!
Quote:
yeah u go torkans.....tokrans.....torkgpes.....torkansakasau ......torkenaskusu? ....oh screw it, damned spelling errors, you go guy! |
Quote:
|
Quote:
|
| All times are GMT +2. The time now is 11:28 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.