That looks awesome!

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: heltenjon on Sun 06/04/2025 03:42:31Strange! It works for me. The game page is showing. I tried logged in and not logged in, using Edge and Chrome, and the link you provided shows the game page.
BGM = aMymusic.Play();
BGM.Stop(); or BGM.Volume = 0;
Quote from: Eon_Star on Tue 25/03/2025 18:35:03Hi,
I could be of service regarding your project but I need deatils.
I could asisst in the fields of graphics, character design and/or background design.
My work (AGS):
https://studio.youtube.com/playlist/PLdlsMVDmowzSkFXAwnV_dOXjrSqYsjU15/edit
You can contact me from here.
Thanks.
Quote from: Crimson Wizard on Thu 13/03/2025 17:08:47EDIT: I think that we may have an extra section in Tutorial with "external resources", and add links to user-made tutorials there.
Quote from: Crimson Wizard on Wed 12/03/2025 12:16:14Sorry, I do not understand, which link to Densming videos are you referring to? I was linking to the 4 pages which I wrote recently.
Unfortunately, I do not know what Eon_Star's tutorials are.
Are you commenting over these 4 pages, or the manual in general?
cAlienBot01.SayBackground("Yes sir.");
cAlienBot02.SayBackground("Yes sir.");
WaitMouseKey();
cAlien01.Say ("Follow me");
cAlienBot01.SayBackground("Yes sir."); // THIS doesn't show
cAlienBot02.Say("Yes sir."); // THIS works fine
cAlien01.FaceDirection (eDirectionLeft);
cAlien01.Walk (1500, 580, eNoBlock, eWalkableAreas);
cAlienBot01.Walk (1500, 580, eNoBlock, eWalkableAreas);
cProtector.FaceDirection (eDirectionRight);
cAlienBot02.Walk (1500, 580, eBlock, eWalkableAreas);
Wait (30);
cAlien01.ChangeRoom (999);
cAlienBot01.ChangeRoom (999);
cAlienBot02.ChangeRoom (999);
player.AddInventory (iYourItem);
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.033 seconds with 14 queries.