Is that "Open Water"?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
function repeatedly_execute() {
if(cRover.Moving==true){
RoverLastFrame=cRover.Frame;//global variable
RoverWasWalking=true;//global variable
}else if(RoverWasWalking==true){//Rover just finished walking
if((RoverLastFrame>0)&&(RoverLastFrame<24)){// Rover is still ascending
cRover.Frame=RoverLastFrame-1;
RoverLastFrame=cRover.Frame;
}else if((RoverLastFrame>=24)&&(RoverLastFrame<46)){// Rover has already begun his descent
cRover.Frame=RoverLastFrame+1;
RoverLastFrame=cRover.Frame;
}else{
RoverWasWalking=false;
}
}
}
Quote from: Andail on Mon 16/03/2015 10:59:02
...while the community has seen a decline in the daily, casual activity, we create games like never before.
Quote from: Frikker on Mon 02/03/2015 23:59:23
how did you draw the 3d terrain in the first pic as all i have ever done in sketchup is geometric shapes....?
Quote from: Monsieur OUXX on Tue 03/03/2015 11:04:46
...
But in my opinion you should find a way to make the paint over less shy:...
You need to find your own style, even if it means losing details or taking bold decisions.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.142 seconds with 14 queries.