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

#1
Ok so I'm doing a first person game and am really stuck on how to go forward :(
the scenario is:
there's a bone (object label oBone) being guarded by a dog (character label cDog)
I want the dog to start growling when the mouse hovers over the bone
(graphics currently set up so normal is direction up and growling is right)

I tried looking for collisions
I tried
Code: ags

function room_RepExec()
{

  Object *oat = Object.GetAtScreenXY(mouse.x, mouse.y);

if (oat == oBone)
{
  
  cHound.FaceDirection(eDirectionRight);
  }
  else
  {
    cHound.FaceDirection(eDirectionUp);
    }
}


but that just had the dog growling constantly :(

Can some one point me in right direction please?

EDIT: I'm a freaking moron who had the growl graphic set to down not up - works fine once I changed eDirectionUp to eDirectionDown
#2
Hello - I'm having trouble on getting an effect I want - Any tips or directions would be useful

I am trying to have the player click on a hotspot, have the screen fade to black, display a message, fade back in to the same screen
I tried:

function hHotspot1_Interact()
{
FadeOut(4);
Display("Message");
FadeIn(4);
}

but this doesn't display the message (assumedly because of the Faded out screen)
Tinting the screen doesn't go dark enough :/

Please and Thank You
#3
Quote from: AGA on Fri 13/03/2020 17:17:16
Due to technical issues, some of your game's details have gone missing. Could you please go to https://www.adventuregamestudio.co.uk/site/games/game/2414-a-curious-pastime/edit/ to edit it and correct any missing or incorrect details?

I've put the download link back in - but it's not saving my screenshots :/
Nevermind fixed now - thanks for letting me know
#4
Quote from: DelphicOkami on Fri 13/03/2020 14:47:48
Decent little adventure game, logic and comedy clearly inspired by the discworld games

Thanks :) was my first game so was very nervous about posting it up.
I must admit discworld 2 was my first adventure game and its coloured my experience of them since :p
#5
A comedic romp through the vaguely fantasy-ish camp of the Fir Cruthen (a band of mighty warriors, druids, and bards).
Can you make up for all of your drunken antics the night before?

1 F-bomb and mild language throughout
Mild violence, and language of a sexual nature (and one graphic image)
I'd say around a PG13

Available at: - https://www.adventuregamestudio.co.uk/site/games/game/2414-a-curious-pastime

My first attempt at a game 8-0
SMF spam blocked by CleanTalk