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 - AprilSkies

#781
Hi Cocliostro:
Spoiler
Look at the menu: you'll see UPPER-CASE LETTERS and numbers:
manor burger Bread roll, onions, crab meat, Kipper filets, lettuce, Almonds, nutmeg, tartar sauce. euro 8,00
In this case .. BK-A8 means Black King - A8
Look all the others hints anf you'll Get:
Black king - A8
Black knight - B7
White king - B6
White rook - D7
White bishop - C6
[close]
#782
CosmoQueen
Spoiler
go in the bathroom, take the paper on the chair and the strips from the foot of the mummy. Then throw the paper or the strips in the w.c. and flush it! You'll clog it . So go back to karl's room.[\hide]
[close]
#783
Cagliostro
Spoiler
give meatloaf to the butler, Reginald. Then use the rope on the deer head. With the deer head you can win against Golia, using it on Donald. If u lose the spoon, u can take another one going again in the tearoom. When u use the rope on the well, dont forget to take it with you. [\hide]
[close]
#784
Ciao millennium,

I think it won't work that way.

You should do something like that:

Suppose you have some mouse cursors called: eModeLeft, eModeRight, eModeForw, eModeLook, eModeInteract, eModeDefault
(it's only an example)
And suppose you have in your room 3 hotspot (hHOT1, hHOT2, hHOT3), 1 object (oOBJ1), 1 character (cGIOVANNI)
(it's only an example)

create a REPEAT EXECUTE in your room :

Code: ags
function room_RepExec()
{
    if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) == hotspot[0] && Object.GetAtScreenXY(mouse.x, mouse.y) == null && Character.GetAtScreenXY(mouse.x, mouse.y) == null)
     {
     mouse.UseModeGraphic(eModeDefault);
     mouse.Mode = eModeDefault;
     }
     else
     {
     if (Character.GetAtScreenXY(mouse.x, mouse.y) == cGIOVANNI) {mouse.UseModeGraphic(eModeLook); mouse.Mode = eModeLook;}
     if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) == hHOT1) {mouse.UseModeGraphic(eModeLeft); mouse.Mode = eModeLeft;}
     if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) == hHOT2) {mouse.UseModeGraphic(eModeRight); mouse.Mode = eModeRight;}
     if (Hotspot.GetAtScreenXY(mouse.x, mouse.y) == hHOT3) {mouse.UseModeGraphic(eModeForw); mouse.Mode = eModeForw;}
     if (Object.GetAtScreenXY(mouse.x, mouse.y) == oOBJ1) {mouse.UseModeGraphic(eModeInteract); mouse.Mode = eModeInteract;}
     // add other if ... here
     }
}


REPEAT THAT THING in EACH ROOM (with its ojects hotspots, etc.)

then... to make something appening on mouse click just create the function ANYCLICK
for example:

Code: ags
function hHOT1_AnyClick()
{
cChecco.ChangeRoom(3);
}
#785
 CaptainD
Spoiler
yeah, but be sure you got the right "age".. You can see a dial  on top left... A.d. Or B.c. ... In the song there are written historical events.. So you have to figure out the right age [\hide]
[close]
#786
Thank you so much CaptainD
I hope you'll enjoy the game till the end... it's a bit long, but I hope it can give you lots of fun! :D
It's my first game using AGS; I love that engine.
#787
An incredible work!
Awesome!
I'm waiting for the release ... tomorrow!!!!!
#788
Hi cagliostro,
I thank you cause players' feedback is so important to me.
Spoiler
we made this choice: using a wrong item on a object just nothing appens.
But you're not wrong. Maybe it has to be changed.
Thanx for advice[\hide]
[close]
#789
 hi Cagliostro
Spoiler
take the denture in the director's office. To take it ask the director about bram stoker. Then go to the kid and use the denture on donald. Then cut the ropes of the rwing. With the ropes you gan go inside the well. To cut the rope you need mordechai's scissors. To get thdn use betty bunny's hair cutter on the scissors. [\hide]
[close]
#790
Thank you so much guys :)
Let pemple have fun is my first reason for making games.
If you finish it you can vote in the ags-game-page, telling what's good and what is not.
Thanx again.
#791
Cagliostro:
Spoiler
Look in your inventory. I suppose you already have the note-pad that MacGeyser gave you. If not, I suppose you have to solve time-michine puzzle first. If yes, give the note-pad to Miss Betty Bunny, to ask her a signature .... go inside her room ... and ... you will find something
[close]
#792
Spoiler
Delano's birthday. Try month+year. It's 4 numbers so try two from the month and two from the year [\hide]
[close]
#794
Thank you guys, thank you Stupot+ CaptainD and Tabata :D

I'm so excited. It's a very good feeling to complete a game and publish it!
It's my Christmas gift for the entire network... (now I've to start spreading it)
I hope that as many people as possible can play it.

and thank you all the forum for the support.
#795

Donald Dowell is a nice old man in his eighties, retired for many years. Donald's life, except for his "intolerable" wife, is quiet.  But Donald feels empty. He has the socalled retiree's syndrome : he s bored to death!  The only way to cure his boredom is TO GO BACK TO WORK.  After many hours spent in his city, trying to get hired for various jobs, he finally finds his calling: to be a GHOSTBUSTER! Donald will try to become Bob Delano s assistant (the most famous occult detective in Ireland), be involved in the investigation of Barker Manor and, hopefully, solve the mystery.

2D old-fashioned, hand-drawn graphics
Third-person
Interaction with multiple characters
Multiple-choice dialogues
Languages: Italian / English

Developed by Ape Marina
www.apemarina.altervista.org

Written by:
Andrea Ferrara and Giovanni Ottomano

Programming and graphics:
Andrea Ferrara 

Music:
Kevin Macleod
www.incompetech.com

English Localization:
Claudia Mucavero and Marialuisa Ruggiero
aka RuM Corp.(se) Localisation Pro

www.rumcorpse.com

English Translation Proofreading And Language Editing:
Ross Kevin Moffat
aka Mandle

[embed=420,315]<iframe width="420" height="315" src="http://www.youtube.com/embed/h6rPzIC-1h8" frameborder="0" allowfullscreen></iframe>[/embed]

CLICK HERE TO DOWNLOAD THE GAME FROM AGS-GAME-PAGE
***********************************
CLICK HERE TO DOWNLOAD THE GAME FROM OFFICIAL PAGE
***********************************
Our WebSite Game Page
***********************************

CLICK HERE if you prefere to download the compiled-zip-folder without installer.

***********************************



Screen Shots:












Other ScreenShots here.

Update June 23 2014

Donald Dowell is now available in BULGARIAN LANGUAGE!



Thanks to Adventurers Community (http://adventurersbg.info/) and didka222

The Bulgarian edition cn be downloaded here:
http://adventurersbg.info/catalog/game/893-donald-dowell-and-the-ghost-of-barker-manor

And here's the Bulgarian walkthrough:
http://adventurersbg.info/walkthroughs/view.php?id=407

#796
Of course, Thank you Mandle, for your precious help....

... and Yaaayyy!

We got it!

The game is finally complete!

I'll update the thread and of course create a new one on Complete games announcements ...

and I thank all of you guys!
#797
WOW WOW man! Your game rocks!!!!
I love it!
It's a wonderful concept!
I'm reading (playing it) ... Slowly 'cause my english is not so good ... but I'm loving it!!!!!!!
#798
We are so close to finish the game!
And that has been possible only with the help of Mandle and RumCorpse Localization Pro!!!

so.... coming very very soon...
#799
Wonderful!
Nazca Spider puzzle is fantastic and Stone Roller Ball too!
#800
Thank you Mandle. i sent you a PM.
You are really kind!
SMF spam blocked by CleanTalk