Btw:
Code: ags
can be shortened to:
Code: ags
ocloud1.X = ocloud1.X - 1;
can be shortened to:
ocloud1.X -= 1;
// or just
ocloud1.X --;
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
ocloud1.X = ocloud1.X - 1;
ocloud1.X -= 1;
// or just
ocloud1.X --;
Quote from: Vincent on Wed 26/11/2014 11:35:43
Or do you mean clicking somewhere else next the button OK ?
if (game.score > 50)..
else..
Quote from: cacaro on Thu 23/10/2014 11:44:30Quote from: pixelincognito on Thu 23/10/2014 10:18:02
I guess for those that can remember 'It Came From The Desert' the map is very much like that now.
It looks very similar, indeed. And I love it.
if (){
...
}
else if (){
...
if (){
...
}
else (){
...
}
}
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.153 seconds with 15 queries.