Sunday, 1 February 2026

Stencyl topic correction; typing feature version 2

Apologies:
Stencyl-nator apologises for some errors in typing feature version 2: 


old code
public function dwg(u0,u1,u2,u3) // HTML 5 version can run without the useless parameters
//but flash cannot
if(this.mos)         {this.rh.draw(this.x,this.y,this.w,this.h);//hover this.dline.draw(this.x+5+this.pos_px,this.y+30,this.x+5+this.pos_px,this.y+60);}

new code
public function dwg(u0,u1,u2,u3) // HTML 5 version can run without the useless parameters
//but flash cannot
if(this.mos)
                {
this.rh.draw(this.x,this.y,this.w,this.h); //hover this.dline.draw(this.x+5+this.pos_px,this.y+30,this.x+5+this.pos_px,this.y+60);
}

Other news
The lardball collision systemmwith zoom has been successful now is is just to do some multiple-actor animation. In the mean time we are also developing soime loss streak probability distribution just to see some possibility to beat a triple zero roulette in a long run. 

Yes triple zero roulettes without special features do exist just that the triple zero isreplaced with company or venue logo.