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
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.
Sands roulette: https://www.gra.gov.sg/docs/default-source/game-rules/mbs/roulette-games/mbs-sands-roulette-game-rules-version-2.pdf?sfvrsn=1521726e_3
No comments:
Post a Comment