Menu

Show posts

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

Messages - Slasher

#421
We deliver anywhere, anytime, any distance  (laugh)
#422
As Stu said....

Anyhow, I guess it's up to me to choose a topic  8-0

Buckle up brothers and prepare  (laugh)
#423
Completed Game Announcements / Re: Perceptions
Thu 02/07/2020 02:43:56
Hi Khris

Well, much of the quiz is conjecture... It's about opening your mind to the field of possibilities..

The math's puzzles do have logical answers and have been explained on Youtube...
#424
Aghhhhhhhhhhhhhhhhhhhhhhhhhh  (roll)

Sounds intriguing..
#425
Count me in at a distance  (laugh)
#426
Maelstrom Obscura game play is now finished but we need to finish off the voices..

** Additional voice actors required  to join our team.

Payment if Kickstarter is successful...

Required asap..
#427
Completed Game Announcements / Perceptions
Wed 01/07/2020 04:11:59
Made for June's 2020 Mag 'Outside'

Perceptions

Based on scientific fact and some conjecture....

320 X 200 resolution.

Most people perceive they live in a world they believe to be reality.Their perceptions dictate the reality they experience. Perceptions of reality have been instilled since birth, unable to venture from their perceived reality through human consciousness.

We are eternal free spirits, free to roam space without time. To perceive the reality of the outside you must change your perceptions of reality, for you are god.

A simple test of your perceptions may take you to the next level of human consciousness (Multiple choice quiz). Open your mind to the field of possibilities..

Solve some mathematical conundrum questions. (Difficulty: quite hard)

Finally, you may have a chance to create you own reality universe in which you can print out and frame... (Create your own reality universe of stars, mists, planets and other heavenly bodies).

https://www.adventuregamestudio.co.uk/site/games/game/2453-perceptions/


https://www.adventuregamestudio.co.uk/site/games/game/2453-perceptions/

#428
I expect you guys will ask for a month's extension  (laugh)

Tick tock, tick tock   ;)
#429
In the UK Boris Johnson has started even more easing off the Lock down so more businesses can reopen, like pubs.. Some say it's too soon..
#430
I  use a Label to capture cursor mode. I call it LMode.

You then need a Label with the text @OVERHOTSPOT@ to get description of hotspot or object.

Code: ags

function repeatedly_execute_always() {
if(mouse.Mode==1){
 LMode.Text=String.Format("Look at...");
} if(mouse.Mode==2){
 LMode.Text=String.Format("Interact with...");
}if(mouse.Mode==3){
 LMode.Text=String.Format("Talk to...");
} if(mouse.Mode==4){
 LMode.Text=String.Format("Use %s with...",player.ActiveInventory.Name);

}
}


Line the Labels up so you get like:

Walk to... Table     
Interact with... Swing

etc etc
#431
That's a start VampireWombat ;)

Scaffold and a tube.... Mmmm....

Wanting more (nod)

#432
You could have something like this in Global.asc

Normal Walk is not blocked..

Code: ags

function repeatedly_execute() 
{
 LWalk.Text=String.Format("Walk to %d, %d",player.x, player.y);
}


You could use mouse.x,mouse.y and that will change  x y to the position of the mouse..

Others may have better ways..

#433
Anymore takers with something to show?  (nod)
#434
Your first Imgur image link is wrong..

Your second image:

This has now been done..
#435
The Download files should all be inside one zipped file instead of all separate files and would make it easier to Download..

2 screenshots here is normally required...

You need to have cursor inventory images....

#436
According to a recent graph (from Google) it appears in the UK that the graph has dropped quite a lot from the high peaks back in April/May.. This is great news...

We all know that Autumn/Winter brings coughs and sneezes which hits a lot of people.. We all want/need to relax from the crises while we can. Hopefully it's not the calm before the storm.... keep our immune systems good and finger's crossed...
#437
VampireWombat:  O, ye of little faith....  you are more powerful then you think you are.  You seem stuck in a perpetual circle of doubt and self identity.

"He must face the beast with great courage and faith for he can slay the beast..."

Now, go forth towards the beast...
#438
Quote from: VampireWombat on Thu 18/06/2020 13:56:06
What, no encouragement for me? No keep up the mediocre work? lol.
Does reading a book for inspiration count as "work"? If so, I'm about to "work" on my game...
Don't demean yourself...if reading is what it takes then yes, it is work... it's all work...

The earlier you start the sooner you'll finish...

One spark of inspiration is all you may need to light up the world..

Go forth and conquer ;)

#439
Without seeing how you have scripted it you could try this:

Code: ags

// pressing load button that opens Load gui
 show_restore_game_dialog();


Is the Save actually being added?

Code: ags

// pressing save button that opens Save gui
 show_save_game_dialog();
#440
You can keep all your fancy stuff. This hit's the spot every time  (laugh)

SMF spam blocked by CleanTalk