Spoiler
Did you already make your own "map"? If you've done so, just use the flower on the man again.
[close]
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: JudgeDeadd on Mon 28/03/2005 10:55:24
External linking from www.ohost.de is forbidden.
Try Photobucket.
Ã, Ã, Ã, Ã, Ã, Ã, Ã, ____
Ã, Ã, Ã, ___Ã, Ã, / /Ã, \ \
Ã, Ã, Ã, |Ã, Ã, / /Ã, Ã, Ã, Ã, \ \
Ã, Ã, Ã, | / /Ã, Ã, Ã, Ã, Ã, Ã, \ \
Ã, Ã, Ã, / /___Ã, Ã, ___Ã, Ã, ___ \ \
Ã, /_|Ã, |Ã, Ã, | |Ã, Ã, | |Ã, Ã, |Ã, |_\
Ã, Ã, |Ã, |___| |___| |___|Ã, |
.___|Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, |
/Ã, Ã, \Ã, Ã, ___Ã, Ã, ___Ã, Ã, ___Ã, Ã, |
|Ã, Ã, |Ã, |Ã, Ã, | |Ã, Ã, | |Ã, Ã, |Ã, |
|___|Ã, |___| |___| |_Ö_|Ã, |
|___|Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, Ã, |Ã, Ã,Â
|___|Ã, Ã, __Ã, Ã, __Ã, Ã, __Ã, Ã, |
|___|___|__|__|__|__|__|__|
Quote from: kirky on Fri 25/03/2005 17:06:12
i'm in the horror room but i still can't complete the game. it won't let me leave or use items
Quote from: Ashen on Sat 05/03/2005 14:37:09
1.
Try just setting the character position before the fadein, then animating him after. E.g.:Code: ags #sectionstart room_aÃ, // DO NOT EDIT OR REMOVE THIS LINE function room_a() { Ã, // script for room: Player enters screen (before fadein) Ã, int edpos = Random (2); Ã, if (edpos == 0 { Ã, Ã, character[EDWARD].x = 40; Ã, Ã, character[EDWARD].y = 140; Ã, } Ã, else if (edpos == 1) { Ã, Ã, character[EDWARD].x = 110; Ã, Ã, character[EDWARD].y = 100; Ã, } Ã, else if (edpos == 0 { Ã, Ã, character[EDWARD].x = 208; Ã, Ã, character[EDWARD].y = 100; Ã, } } #sectionend room_aÃ, // DO NOT EDIT OR REMOVE THIS LINE #sectionstart room_bÃ, // DO NOT EDIT OR REMOVE THIS LINE function room_b() { Ã, // script for room: Player enters screen (after fadein) Ã, AnimateCharacter(EDWARD,0,0,1); } #sectionend room_bÃ, // DO NOT EDIT OR REMOVE THIS LINE
2.
There's an easier way: On the 'General settings' window, change 'Speech style' to 'Sierra-style' or 'Siera-style w/ background'
Quote from: Mats Berglinn on Thu 03/03/2005 19:22:39
I'm sorry Mr. Mozarella but I have changed my mind about Mona Lisa because Leo Da Vinci isn't french but italian and even if this is a humorous cartoon like game it wouldn't be too appropiate to have an italian thing in a luxurary french restaurant. It was quite good effort of you, though.
Here's a new version that is not totally finished but here it is anyway:
I'm not sure about the shadows but since it's daytime outside and there are some windows that are off-screen. I also haven't added the drapes because I'm not sure where I shall hang them and how to "hang" them up.
In case you wonder, the guy in the painting with yellow suit is Touché Island's governor, a character that you will see somewhere at the beginning (not right away from the beginning but after an hour or two of playing). The painting of the crocodile with purple jacket-vest is not a character that you meet in the game at all but he's a character that will be starring in a future game. His name is Crocis Crocodile and he's a famous guy.
The other guys are just madeup guys for this game but when you play you will at least know their names. I was planning to have a painting of George W Bush as a spoof but he was too tough to draw even with a photo as reference.
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.077 seconds with 14 queries.