
01-01-2002, 09:18 PM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~AlphaFlame~
Can you tell I don't like Poogle?
Anyway, left/right fish? Try this... and yes, I have been up for uh... 14 hours now, so it might not exactly work 100%...
if (playerenters || created){timeout=.05;timereverywhere;}
if (timeout){
if (x in |left x,right x){x+=vecx(this.dir)/4;} else {
if (x<left x)this.dir=3; else this.dir=1;
}
timeout=.5;
}
Change the speed by modifying this: x+=vecx(this.dir)/4;
Just change the 4... right now, it moves .25 left/right. And make sure to edit the parts in bold.
[edit] Notice, Poogle, If (timeout) [/edit] |
__________________
If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
|
|
|
|