Quote from: bicilotti on Thu 15/09/2011 09:56:59
hell yeah
http://stardust2stardust.blogspot.com/2011/09/zanac-msx-game-music-on-guitar.html
hope u like it ^^ did this DECADES ago!!
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 MenuQuote from: bicilotti on Thu 15/09/2011 09:56:59
hell yeah
Quote from: Kimbra on Thu 15/09/2011 05:26:36Quote from: AnasAbdin on Wed 14/09/2011 08:29:50
thanx!!! I never thought people here check my blog o.O
!!!!
I found this forum through YOUR blog!
Quote from: bicilotti on Thu 15/09/2011 09:12:05
Video or didn't happen
Quote from: Kristof on Sat 10/09/2011 17:37:50
I like the graphics and the video! good luck with it!
Quote from: Kimbra on Wed 14/09/2011 05:08:54
This -indeed- is one of the best AGS games in production.
I can't wait to purchase it. I've also viewed your blog, phenomenal graphics =^.^=
Quote from: hedgefield on Sun 11/09/2011 20:52:06
That is heart-stopping stuff right there.
Quote from: hedgefield on Sun 11/09/2011 20:52:06
THOU SHALT ALWAYS BACKUP.
function room_RepExec()
int inka00 = 0;
int inka01 = 0;
int inka02 = 0;
int inka03 = 0;
int inka04 = 0;
int inka05 = 0;
int dinga = 0;
function room_RepExec()
{
if ( IsTimerExpired(1) )
{
mouse.EnableMode(eModeWalkto);
dinga = 1;
}
if ( inka00 == 0 && dinga == 1 )
{
inka00 = 1;
object[0].Move( 30 + Random(400), -40, 3, eNoBlock, eAnywhere);
}
if ( object[0].Y == -40 )
{
object[0].StopMoving();
object[0].SetPosition(376, 240);
inka00 = 0;
}
if ( inka01 == 0 && dinga == 1 )
{
inka01 = 1;
object[1].Move(650, 30 + Random(400), 1, eNoBlock, eAnywhere);
}
if ( object[1].X == 650 )
{
object[1].StopMoving();
object[1].SetPosition(262, 256);
inka01 = 0;
}
if ( inka02 == 0 && dinga == 1 )
{
inka02 = 1;
object[2].Move(160 + Random(300), -40, 2, eNoBlock, eAnywhere);
}
if ( object[2].Y == -40 )
{
object[2].StopMoving();
object[2].SetPosition(360, 286);
inka02 = 0;
}
if ( inka03 == 0 && dinga == 1 )
{
inka03 = 1;
object[3].Move(650, 100 + Random(200), 2, eNoBlock, eAnywhere);
}
if ( object[3].X == 650 )
{
object[3].StopMoving();
object[3].SetPosition(268, 302);
inka03 = 0;
}
if ( inka04 == 0 && dinga == 1 )
{
inka04 = 1;
object[4].Move(160 + Random(200), -40, 2, eNoBlock, eAnywhere);
}
if ( object[4].Y == -40 )
{
object[4].StopMoving();
object[4].SetPosition(472, 376);
inka04 = 0;
}
if ( inka05 == 0 && dinga == 1 )
{
inka05 = 1;
object[5].Move(650, 200 + Random(150), 3, eNoBlock, eAnywhere);
}
if ( object[5].X == 650 )
{
object[5].StopMoving();
object[5].SetPosition(184, 374);
inka05 = 0;
}
if ( player.IsCollidingWithObject(object[0]) ||
player.IsCollidingWithObject(object[1]) ||
player.IsCollidingWithObject(object[2]) ||
player.IsCollidingWithObject(object[3]) ||
player.IsCollidingWithObject(object[4]) ||
player.IsCollidingWithObject(object[5]) )
{
Display("Ewwh!");
return;
}
}
Quote from: Dualnames on Tue 23/08/2011 20:33:41
Looks incredibly fantastic!! I really love all the screenshots!
Quote from: Ascovel on Tue 23/08/2011 21:06:41
Nothing can beat a blonde George Lucas in space.
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.043 seconds with 15 queries.