Game Maker Community YoYo Games

Welcome Guest ( Log In | Register )

50 Pages V  « < 31 32 33 34 35 > »   
Reply to this topicStart new topic
-- Ark 22 -- Adventure/rpg; Complete., Updated 08.11.07
Srehpog
post Nov 22 2006, 02:53 PM
Post #641


GMC Member
Group Icon

Group: GMC Member
Posts: 166
Joined: 21-August 05
Member No.: 33649



QUOTE (GamesPenguin @ Nov 21 2006, 01:33 AM)
Does anybody know the solution for this puzzle?
*


Looking at it, it seems like: left side below, top side, right side, left side above, and below - is the order of tiles to press.

QUOTE (GamesPenguin @ Nov 21 2006, 01:33 AM)
I know it leads to a kytri crystal.
*


Really?

QUOTE (Ross Lam. @ Nov 21 2006, 02:10 AM)
How do you kill all of the flashing circles. I'm in the room in the pyramid dungeon where ther is about 20 of them.
*


Once you've hit one and immobilised it, you have a short time in which to do the same to all the others. Each circle stays small for a couple of seconds - if you can get them all small at once, they disappear. Try staying in one place and immobilising them as they come to you. You can then get them all at once with bombs and sword.

QUOTE (Randomsword @ Nov 21 2006, 07:24 PM)
Two questions:
1.Is it any level system.
2.Have you used registered version of gamemaker.
*


1. All weapon capacities (ammo, bombs etc.) are upgradeable, and there are a couple of optional items, but no EXP or actual levelling.

2. No. GM5.0 standard.

QUOTE (Randomsword @ Nov 21 2006, 07:34 PM)
How have you get popup menus.
I have looked for that code a long time.
*


For simple show_message popup boxes;

CODE
switch show_message_ext("Message","Button1","Button2","Button3"){
   case 0: /*no response code here*/;break;
   case 1: /*response 1 code here*/;break;
   case 2: /*response 2 code here*/;break;
   case 3: /*response 3 code here*/;break;
}


Look up show_message_ext and switch statements in the manual. If you want something more powerful (which can respond to keyboard selections or a gamepad) you'll need to write it yourself. In v5.0 you'd need to use a while{} loop - in v6.* you can use instance deactivations, which is a lot simpler. Again, have a look at the manual if you're not sure.
Go to the top of the page
 
+Quote Post
Need_O2
post Nov 22 2006, 03:03 PM
Post #642


GMC Member
Group Icon

Group: GMC Member
Posts: 16
Joined: 11-September 06
Member No.: 59218



Very very very very*9999999 nice ph34r.gif ph34r.gif ph34r.gif
Please see jetman smile.gif
Go to the top of the page
 
+Quote Post
Randomsword
post Nov 22 2006, 07:32 PM
Post #643


GMC Member
Group Icon

Group: GMC Member
Posts: 14
Joined: 19-November 06
Member No.: 64157



Dont you used registered version. how can the loader window dissapear when loading?

EDIT: thanks for the code! very nice game

This post has been edited by Randomsword: Nov 22 2006, 07:33 PM
Go to the top of the page
 
+Quote Post
GamesPenguin
post Nov 22 2006, 10:04 PM
Post #644


Game Designer
Group Icon

Group: GMC Member
Posts: 211
Joined: 18-July 05
Member No.: 31677



Oh. Well, I have seven kytri crystals. I know I can get two from the shooting gallery and the ball game in the lodge. I think it's in the cave in the first block room behind the bombable wall surrounded by water. How do I get rid of the water so I can get to the crystal?
Go to the top of the page
 
+Quote Post
Ross Lam.
post Nov 22 2006, 10:43 PM
Post #645


GMC Member
Group Icon

Group: GMC Member
Posts: 247
Joined: 18-March 06
Member No.: 46640



QUOTE (GamesPenguin @ Nov 22 2006, 05:04 PM)
Oh. Well, I have seven kytri crystals. I know I can get two from the shooting gallery and the ball game in the lodge. I think it's in the cave in the first block room behind the bombable wall surrounded by water. How do I get rid of the water so I can get to the crystal?
*


You solve the two block puzzles that appear and then you shoot the two spinning pillars.
Go to the top of the page
 
+Quote Post
grancheater
post Nov 23 2006, 12:54 AM
Post #646


GMC Member
Group Icon

Group: GMC Member
Posts: 8
Joined: 18-November 06
Member No.: 64097



No one answered my question...
Go to the top of the page
 
+Quote Post
GamesPenguin
post Nov 23 2006, 06:28 AM
Post #647


Game Designer
Group Icon

Group: GMC Member
Posts: 211
Joined: 18-July 05
Member No.: 31677



QUOTE (GamesPenguin @ Nov 22 2006, 03:04 PM)
Oh. Well, I have seven kytri crystals. I know I can get two from the shooting gallery and the ball game in the lodge. I think it's in the cave in the first block room behind the bombable wall surrounded by water. How do I get rid of the water so I can get to the crystal?
*

Really? I solved both the puzzles, but when I shot the spinning pillars they didn't do anything.
Go to the top of the page
 
+Quote Post
Ross Lam.
post Nov 23 2006, 06:31 AM
Post #648


GMC Member
Group Icon

Group: GMC Member
Posts: 247
Joined: 18-March 06
Member No.: 46640



QUOTE (GamesPenguin @ Nov 23 2006, 01:28 AM)
QUOTE (GamesPenguin @ Nov 22 2006, 03:04 PM)
Oh. Well, I have seven kytri crystals. I know I can get two from the shooting gallery and the ball game in the lodge. I think it's in the cave in the first block room behind the bombable wall surrounded by water. How do I get rid of the water so I can get to the crystal?
*

Really? I solved both the puzzles, but when I shot the spinning pillars they didn't do anything.
*



After you solve both of the new puzzles that appear after you solve the first one, leave and come back and you should see the pillars spinning. Shoot them and they will sin faster, continue to shoot them until they are spinning as fast as they can. When they both are spinning that fast, the water will drain.

This post has been edited by Ross Lam.: Nov 23 2006, 06:32 AM
Go to the top of the page
 
+Quote Post
Srehpog
post Nov 23 2006, 08:35 PM
Post #649


GMC Member
Group Icon

Group: GMC Member
Posts: 166
Joined: 21-August 05
Member No.: 33649



QUOTE (Randomsword @ Nov 22 2006, 07:32 PM)
Dont you used registered version. how can the loader window dissapear when loading?
*


As far as I know, that feature doesn't appear in GM5.0 - I think it starts in 5.3 or 6.0.

QUOTE (grancheater @ Nov 23 2006, 12:54 AM)
No one answered my question...
*


Try posting a screenshot. Your description isn't all that clear - I can't work out from memory where you mean.

QUOTE (GamesPenguin @ Nov 23 2006, 06:28 AM)
Really? I solved both the puzzles, but when I shot the spinning pillars they didn't do anything.
*


You have to waste quite a lot of ammo on them. They slow down very slowly then start reversing the more you shoot them. When they're both on '-100%', you can access the room to the North.
Go to the top of the page
 
+Quote Post
Ross Lam.
post Nov 23 2006, 11:20 PM
Post #650


GMC Member
Group Icon

Group: GMC Member
Posts: 247
Joined: 18-March 06
Member No.: 46640



I found a bug( I think), in the Final Chapter, if you go back to New Samosa, nobody can talk if their outside.
Go to the top of the page
 
+Quote Post
grancheater
post Nov 23 2006, 11:59 PM
Post #651


GMC Member
Group Icon

Group: GMC Member
Posts: 8
Joined: 18-November 06
Member No.: 64097



Here's a screenshot:

Go to the top of the page
 
+Quote Post
Ross Lam.
post Nov 24 2006, 06:56 PM
Post #652


GMC Member
Group Icon

Group: GMC Member
Posts: 247
Joined: 18-March 06
Member No.: 46640



QUOTE (grancheater @ Nov 23 2006, 06:59 PM)
Here's a screenshot:


*



There is a force field their because you have yet to do something to make the force field dissappear.

This post has been edited by Ross Lam.: Nov 24 2006, 06:59 PM
Go to the top of the page
 
+Quote Post
grancheater
post Nov 24 2006, 10:20 PM
Post #653


GMC Member
Group Icon

Group: GMC Member
Posts: 8
Joined: 18-November 06
Member No.: 64097



QUOTE (Ross Lam. @ Nov 24 2006, 06:56 PM)
QUOTE (grancheater @ Nov 23 2006, 06:59 PM)
Here's a screenshot:


*



There is a force field their because you have yet to do something to make the force field dissappear.
*



I know I have to do something to make the force field disapear, I was asking help on figuring what that something was.
Go to the top of the page
 
+Quote Post
SunTzus
post Nov 24 2006, 10:27 PM
Post #654


Ying Yang Twinz
Group Icon

Group: GMC Member
Posts: 1466
Joined: 27-August 06
From: Somewhere in Canada
Member No.: 58109



PFFFT... I was gambling my credits then it says unexpected error occured.

Notes: You should be able to skip the intro, it's good the first time, but if you watch it again, it's kind of annoying, overall this seems like a pretty good game man!
Go to the top of the page
 
+Quote Post
Ross Lam.
post Nov 24 2006, 10:42 PM
Post #655


GMC Member
Group Icon

Group: GMC Member
Posts: 247
Joined: 18-March 06
Member No.: 46640



I just beat the final boss, and had a sad ending. Reading this topic, their is a better ending, and I'm trying to find it.

P.S. The bank system rocks.

And I found a bug, I have the HGA membership card from giving that guy his biscut, and it gives me all the games for free. But in the slot game (WIN! Machine) it only works once, when I lose and it says "Do you want to play again?", if I chose Yes, it cost me money.

This post has been edited by Ross Lam.: Nov 25 2006, 12:03 AM
Go to the top of the page
 
+Quote Post
I.Q. of Spam
post Nov 25 2006, 03:34 PM
Post #656


Jenius
Group Icon

Group: GMC Member
Posts: 413
Joined: 9-October 06
Member No.: 61174



I'm stuck in the "intent mountain" in Chapter 3. The room where there are a bunch of switches, and if you flip one they all flip? I have no clue how to get around this.

EDIT: Nevermind, I got past it; now I'm looking for some more artifacts for the museum. I really need a bigger money pouch, and the museum person said I hadn't given him anything! Oh well...

This post has been edited by I.Q. of Spam: Nov 25 2006, 07:43 PM
Go to the top of the page
 
+Quote Post
Srehpog
post Nov 25 2006, 08:46 PM
Post #657


GMC Member
Group Icon

Group: GMC Member
Posts: 166
Joined: 21-August 05
Member No.: 33649



QUOTE (Ross Lam. @ Nov 23 2006, 11:20 PM)
I found a bug( I think),  in the Final Chapter, if you go back to New Samosa, nobody can talk if their outside.
*


Ah, true. Fixed.

QUOTE (grancheater @ Nov 24 2006, 10:20 PM)


I know I have to do something to make the force field disapear, I was asking help on figuring what that something was.
*


The room you have to walk through to get to that room has another exit leading south. You need to take that exit and do something in the 'desert' to unlock that barrier, like you did at the beginning of the dungeon.

QUOTE (Ross Lam. @ Nov 24 2006, 10:42 PM)
I just beat the final boss, and had a sad ending. Reading this topic, their is a better ending, and I'm trying to find it.

P.S. The bank system rocks.

And I found a bug, I have the HGA membership card from giving that guy his biscut, and it gives me all the games for free. But in the slot game (WIN! Machine) it only works once, when I lose and it says "Do you want to play again?", if I chose Yes, it cost me money.
*


You need quite a bit for the better ending - make sure you have everything you can have. Thanks for noticing the bank questions too. biggrin.gif

That's also a bug indeed, now fixed. I'll notify everyone of a new version when I upload it. There might be some other things to fix first...
Go to the top of the page
 
+Quote Post
Ross Lam.
post Nov 25 2006, 08:57 PM
Post #658


GMC Member
Group Icon

Group: GMC Member
Posts: 247
Joined: 18-March 06
Member No.: 46640



I have everything except for one kytri crystal, which is the one that you get in the "Hit the Ball Arena". That game is hard...

I'm supposed to get 400 points on Hard Mode, but I cannot get anywhere near that score... My highscore is 295, and most of the time I get 130-170.

Any tips?

This post has been edited by Ross Lam.: Nov 25 2006, 09:29 PM
Go to the top of the page
 
+Quote Post
grancheater
post Nov 26 2006, 03:06 AM
Post #659


GMC Member
Group Icon

Group: GMC Member
Posts: 8
Joined: 18-November 06
Member No.: 64097



QUOTE (Ross Lam. @ Nov 25 2006, 08:57 PM)
I have everything except for one kytri crystal, which is the one that you get in the "Hit the Ball Arena". That game is hard...

I'm supposed to get 400 points on Hard Mode, but I cannot get anywhere near that score... My highscore is 295, and most of the time I get 130-170.

Any tips?
*



Try to keep the ball in one of the "areas" by standing in the open corner and hitting it.
Go to the top of the page
 
+Quote Post
I.Q. of Spam
post Nov 27 2006, 11:42 PM
Post #660


Jenius
Group Icon

Group: GMC Member
Posts: 413
Joined: 9-October 06
Member No.: 61174



How do you damage the legs of the final boss?
Go to the top of the page
 
+Quote Post

50 Pages V  « < 31 32 33 34 35 > » 
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 22nd November 2009 - 11:25 AM