View Single Post
  #20  
Old 09-29-2001, 02:46 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

*plays around in boredom*

if (playerenters){
timeout=.05;
this.dir=2;
this.velocity=.5;
}
if (timeout){
playery+=vecy(this.dir)*this.velocity;
if (playery<11 && this.dir=0){this.dir=2;this.velocity-=.5;}
if (playery>50 && this.dir=2){this.dir=0;this.velocity-=.5;}
if (playery in |11,50| && this.velocity<2){this.velocity+=.01;}
timeout=.05;
}

Hmm... *tilts head* y'know... I don't think I got what Kaimetsu meant by velocity either

*shrug* Oh well, at least it bez bouncy and shortish...
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote