ActiveDen

Cave Run Game

  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
AnimateAndCreate says

Hi, I was wondering if this was customisable at all? Am I able to change the look of the running character? Thanks!

1 year ago
Author
majd_abdul majd_abdul replied

Yes, you can change the graphics of the game from Flash. Some of the people who bought this file made some really nice re-skins, such as santa claus running in snow, or a dinosaur running in a jungle.

9 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
Djneo134 says

Same question, before buying the game I need to know if I’ll be able to customize the graphics ? The look of the character, the floor… ? Thanks a lot ;)

9 months ago
Author
majd_abdul majd_abdul replied

Yes, you can change the graphics of the game from Flash. Some of the people who bought this file made some really nice re-skins, such as santa claus running in snow, or a dinosaur running in a jungle.

9 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
Djneo134 says
Purchased

Hi, could you give me your mail in private, cause I have some questions to ask for this game and more ? Mine is : contact(at)gothalove.com Thanks

9 months ago
Author
majd_abdul majd_abdul replied

Sent you mail.

9 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Netherlands
equilino says
Purchased

Can you help me out?

I neet to post the score after the game is over to newscore.php 2 vars need to be sent “score” and “game_name”

I’ve tried alot but im just not all that in as3. Could you provide me with an example maybe?

7 months ago
Author
majd_abdul majd_abdul replied

Hey,

I’m not very familiar with highscore tables either as it requires PHP /mySQL to work out.

Though there’s a tutorial here with source files that should help you out: http://www.egoant.com/tutorials/5-game-development/13-flashscores.html

From the comments there it seems to work, but I haven’t tried it.

7 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Netherlands
equilino says
Purchased

The php end is already done and ready.

I just need the fashfile to have a submit button and then submit to a page with 2 post vars :)

7 months ago
Author
majd_abdul majd_abdul replied

Hey,

I tried to follow that guide about setting up a highscore table but it didn’t work out for me either. I’m a total dunce when it comes to php/flash communication.

7 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • Netherlands
equilino says
Purchased
Figured it out, here’s an example: var myData:URLVariables = new URLVariables(); myData.firstName = "lala"; myData.lastName = "blahblah"; var myRequest:URLRequest = new URLRequest("http://mysite.com/test.php"); myRequest.data = myData; myRequest.method = URLRequestMethod.POST; var loader:URLLoader = new URLLoader(); loader.dataFormat = URLLoaderDataFormat.VARIABLES; try { loader.load(myRequest); } catch (error:Error) { trace('Error: unable to load the document.'); }
7 months ago
Author
majd_abdul majd_abdul replied

Wow that’s great, thanks for the code!

Whenever you have your game online post a link I want to see it :D

7 months ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 5 000 and 10 000 dollars
  • Bought between 10 and 49 items
  • Italy
playlab says
Purchased

Hello, i would ask how is possible to remove the “main color change” effect. Thanks, great game!

7 months ago
Author
majd_abdul majd_abdul replied

Hi thanks for the purchase,

In the code window, in the checkLevel() function, at about line 1081 you’ll find this:

BGcolor(Math.random() + 0.5,Math.random() + 0.5,Math.random() + 0.5);

Just comment it out (add // at the start of the line) or delete it altogether.

7 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 100 and 499 items
performer says
Purchased

Is it possible to change the frequenz to show the signs in the Background

7 months ago
Author
majd_abdul majd_abdul replied

Yes, you need to change the value of _bannerDelay in two spots in the code window. This value is the number of frames we wait between banners.

In line 55: _bannerDelay = 100;

and in line 813: _bannerDelay = 100;

7 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United Kingdom
wdesousa says

Love the game. Reminds me of the old Atari Cave adventure.

Before purchase I wanted to check something.

I need to add the game in a space no larger than 930 pixels wide. How much of a pain will it be to edit the fla?

Also I’d like to substitute a logo icon for the coins.

thanks in advance….

willD

6 months ago
Author
majd_abdul majd_abdul replied

Thanks,

You can stretch the game area any way you like, here’s the explanation from the included documentation:

Game area dimensions Go to – Modify >> Document… (Ctrl+J). A new window appears. Change the document’s dimensions. Click OK. Select the main game object (MC_CAVE_RUN), then make it the same size as the document.

About the logo in the coin, it’s a graphic like all other graphics, just look for MC_logo in the library (CAVE RUN GAME > GAME > LOGOS AND BANNERS > logo). Double click it to edit it.

6 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
deeprashid says

i want to buy this game, but i want the score to be submitted along with email address of the player,

can u do this for me ?? urgently ??

6 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
deeprashid says

i want to buy this game, but i want the score to be submitted along with email address of the player, can u do this for me ?? urgently ??

6 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • United Kingdom
Elliott says
Purchased

Hi, Can you please explain how to extract the audio so that it can be used in a fresh version build from scratch? ~ Thanks

4 months ago
Author
majd_abdul majd_abdul replied

I can send over the files I used, but be sure to credit the authors like I do on the file page:

The sounds are courtesy of the free sound project http://www.freesound.org/

Credits go to these authors for their great sound samples: Prozaciswack, RHumphries, pushtobreak, HerbertBoland, hello_flowers, rutgermuller, CGEffex

Send me a message through my profile so I can send you the files through mail.

4 months ago
  • Has been a member for 0-1 years
hmzYzlm says

Hi. I bought the game. I have a question. how to play dynamic screen size : 1600X900?

output: Warning: Filter will not render. The DisplayObject’s filtered dimensions (2889, 1118) are too large to be drawn.”;

2 months ago
Author
majd_abdul majd_abdul replied

Hey, I tested the game with a 1600×900 resolution (resized the game and the document size) and it worked well.

Did you add any content to the game? It could be that the increased size of objects inside the game triggered this warning, because Flash limits the size of the objects you can have in the editor.

2 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
  • Albania
joniand says
Purchased

Hello and congratulations about the game…

I’m trying to change the character but the left foot/arm change the color to a darker one, how can i deactivate this?

Thanks

1 month ago
Author
majd_abdul majd_abdul replied

Thanks,

Click on the darker foot/arm and look at the properties tab on the bottom. There’s a Color:Tint attribute that makes the object darker. Change it to None to remove the tint.

28 days ago
by
by
by
by
by