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

Topics - Candle

#22
AGS Games in Production / Escape Part Two
Sat 16/09/2006 01:06:49
Well you have escape from the room that the Mob boss had you tossed into but now what?
Your in a three story house and no clue how to get out.
Images 100%
Story 100%
Puzzles 2 %
scripting 2%
Could use some help with puzzle ideas. :)
See finished games for part one.





#23
Where can I download 2.71 ags at?
#25
General Discussion / Newspaper
Mon 04/09/2006 02:12:57
I need a newspaper for my game and happen to find this website
The Newspaper Clipping Generator you may find a need for it too?
#26
Hints & Tips / Escape ( escape the room)
Sun 27/08/2006 07:31:47
Not in any ordered:
1.
Spoiler

1.click to the right of the cold hard thing (frige)to turn light on.
[close]
2.
Spoiler

get close to the frige then click the light (3 times)and then the left of bottom frige to get wire.
[close]
3.
Spoiler

click the box 3 times to get screwdriver
[close]
4
Spoiler

click above painting by desk chair in crack to get key.
[close]
5.
Spoiler

use screwdriver on desk to see password code
[close]
6.
Spoiler

use key on computer
[close]
7.
Spoiler

use wire on computer to turn on computer.
[close]
8
Spoiler

click computer to get password box enter 66894
[close]

#27
Well smart guy! You made your way to the top
of the wise guys.
And then you had to mess with the Boss's Girlfriend Mary.
And he found out.

Download Here 
Current Version: v1.0
MB: 22.1 RAR file
Resolution: 800x600
Backgrounds : 3D Render
Installer: No
Game File-Type: Stand-Alone Executable
Modules : MultiResponse,OtherRoom
Bugs: Maybe?
Poor spelling : Maybe lol
Background Music: Yes
Sound FX: Yes
Will post the walkthrough in the Hints and Tips forum.

Image from game:

#28
I use to animate character  but if you click on him to talk when he is done talking he does not start to animate I think he is going back to the standard idle view?
How can I make him start doing his animate again.
Code: ags
character[FAMER].Animate(0, 1,eRepeat, eNoBlock, eForwards); 
#29
If I run a ags game in a window they run real slow and take a lot of cpu to run but if I run them in full screen I have no problems with the games?
Could this be my video card, I have a ::

1.80 gigahertz AMD Athlon XP
128 kilobyte primary memory cache
64 kilobyte secondary memory cache

1gig Megabytes Installed Memory

NVIDIA GeForce FX 5200 [Display adapter]
MAG 18.0 [Monitor] (18.0"vis, s/n FANL36205009U, June 2003)
And have most of the drives up to date.
#30
How can you do both at the sametime?
I get one to work then the other follows but want then to work at the sametime.
#31
Adventure Related Talk & Chat / Help yourself
Tue 16/05/2006 04:33:03
Use as you please  :=
#32
Advanced Technical Forum / Modules Mirror
Tue 16/05/2006 03:14:51
I have been uploading the Modules to my server so if anyone needs a module they can find it here.
If I have a Module of yours up there and you do not want it there please let me know and the name of the module and I will remove it asap.
Please let me know if I missed one too.
Modules
#33
I have this gif of smoke but it shows pink all around it when I inport it.
http://www.mytempdir.com/663774
#34
Something that you could maybe add a hotspot ot object and you could make tree leaves move in the breeze.
Clouds look like they were moving .fans moving , think you get what I mean.
Maybe could be done?
Thanks for reading.
I could show you what I mean with some other program.

fix typos.
#35
I'm using the standard gui but I changed it so it just uses 75x75 area for the gui in the left top corner but when you move you mouse to anywhere on the top the gui drops down.
I looked but didn't see were to change the mouse over postion.
How do you make it so you have to move to the top left corner for it to drop down.
#36

Everytime I inport a background that popups.
Its a new room!!!!
#37
Just love this program.



I use AM too and that thing gets over 100mb sometimes.
#38
Taken A Point & Click Myst type game By Candle

You went to a party and met a girl and now you have no idea where you are.
You soon find out you're not alone.

This is the demo and I'm about 1/2 way done with the game so will get this one soon.
800x600
http://www.candles-weblog.us/downloads/taken_ags.zip

Background Music Jasmin Hadzic
Modules used:
Music Continuity
SSH

Credits
SSH

OverHot
Gilbert Cheung

OtherRoom
strazer

Wild Color
Akumayo

CombinationLock
SSH

Advanced Randoms
Akumayo, scotch, strazer, & Ahsen

Backgrounds 100%
Images 25%
Music 100%
Scripts 25%
Other 45%



#39
I'm using SSH Module 'CombinationLock and I want to have a button on the page they can click to go back to the same room.
But it seems when the lock gui is on the page showing and buttons or hotspots won't work.
How can I send them back to the last room if they can't due to the gui lock showing in the window.
#40
I'm sorry but I can't seem to remember how to fix this .
Code: ags
Compile Error
---------------------------
There was an error compiling your script. The problem was:
In: 'Room 8 script'
Error (line 8): Undefined token 'SetFlashlightDarkness' 


And the code I have loaded.
Code: ags
 // script for room: Player enters screen (before fadein)

  // set darkness so dark than you can still see a little bit of the background (+3)
  SetFlashlightDarkness (GetFlashlightMinLightLevel() + 3);
  // set brightness to the brightest value
  SetFlashlightBrightness (GetFlashlightMaxLightLevel());
  // define the outer circle (outside it will be dark)
  SetFlashlightDarknessSize (50);
  // define the inner circle (inside it will be bright)
  SetFlashlightBrightnessSize (20);
  // set this to have the light spot follow mouse movement
  SetFlashlightFollowMouse (1);
}

How do I fix this ?
SMF spam blocked by CleanTalk