There is a series of tutorials that I found very helpful when I started learning about how AGS works (still learning) Link
Tutorial 2 and 3 deals with sprites, views and characters
Tutorial 2 and 3 deals with sprites, views and characters
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 Menufunction WhatDate()
{
if(Day_Counter==1)
Display("March 1st");
else if (Day_Counter==2)
Display("March 2nd");
else if (Day_Counter==3)
Display("March 3de");
else if (Day_Counter>3 && Day_counter<21)
Display("March %dth", Day_Counter); //will replace d% with value of Day_Counter, i.e. "March 4th" if Day_Counter==4, for values between 4 and 20
----
}
Quote from: Gurok on Thu 07/05/2015 05:56:20
Wow, 70%. I hope this arrives soon. I can't wait!
Keep it up. The art looks fantastic.
if ( IsKeyPressed(eKeyA) )
Quote from: Adeel S. Ahmed on Sat 24/05/2014 21:36:14
This looks quite fascinating. Good luck to both of you!
Quote from: miguel on Sun 25/05/2014 00:27:57
Charming!
Quote from: AprilSkies on Sun 25/05/2014 15:40:12
Very peculiar art-style, especially the way you made the characters.
Looking forwardto play it.
Quote from: Sslaxx on Tue 27/05/2014 11:52:13
Nice style there! Looks like this is going to be an interesting one to play through.
Quote from: shaun9991 on Tue 27/05/2014 12:13:14
unique art style, looks cool!
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.124 seconds with 16 queries.