The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsYeah I was thinking of doing that..
But there is alot already going on in the game and I think too many details will distract some people from the actual game.
Hey how is this looking so far..
Use your umbrella to catch the rain.
Mouse to move umbrella
When watertank is full press space to empty
Scoring:
Blue rain is 5 points
Green rain is 10 points
Red rain is 20 points and emptys your watertank
Emptying your water tank when full is 20 points
Missing rain is -5 points
Flooding your watertank is -50 points
Only buy zippos from The Zippo Company..
If you break it and send it back in they will fix or replace for free no matter how bad you screwed it up..
I just realised my level icon is exactly the same as Toast..
I need to level up quicker
An alternate account..
Most users have atleast one alt and normally they arent too much of a problem..
But today especially, people have been imitating flash forum regulars with alts by replace "l"s with capital "i"s..
Its starting to get pretty annoying..
You can try pming a mod for permission..
I mean your BA is close enough that one should say yes..
But they might have the same problem I did with the idea.
LOL..
jmtb02 isnt here this week or atleast thats what he wrote on his website..I think you have to pm another mod for permission.
You need a BA of 3.5 or higher to start a collab..
Also your idea for a collab should be alot better than just hamburgers.
Excellent list..
I myself have learned number 9 the hard(fun?) way.
Hey can the people who told me they were interested please send me a pm if they still want to get involved so I can choose someone to work with..
Thanks
Heh I was wondering when someone would ask that..
Basically I don't think this game is complex enough to get sponsored..
If it did..I could not imagine getting anymore then $100.
Nevertheless upon completion I will send out the .swf to around 10 or so sponsors and see if I get any responses.
If there was a sponsorship I would split 50/50..
Bump!
Still looking for an artist/animator..
Hmm..I originally had some idea about protecting manitees or something from rain but that would work well and I wanted this game to be environmentally themed..so I'm seriously considering that being my new storyline!
Hmm..that could work.
This was a "speed programming" project for me so I haven't had much time to think about the names and all.
Thanks..
I'm still working on the actual storyline but..
Basically, there are drops of rain that fall over the ocean and the user controls an umbrella with there mouse and most stop the rain from hitting the ocean.
This "hightech" umbrella features a watertank and is limited to how much water it can hold.
The trick is to catch the rain that falls and to empty out your watertank( which takes a few seconds in which you cant catch any rain) without missing to much rain.
If you neglect watching the water tank the umbrella with flood which results in a heavy deduction of points.
There are 3 different drops of rain that fall:
Normal blue rain
Green rain which gives 2x as many points
Red rain which clears out the watertank instantly without a loss of time.
In the game itself around 115 lines of code.
Total..somewhere over 200.
Hey,
I just finished roughly 85-90% of the code for this game I'm making called ocean storm(working title).
Bascially, I need an artist and animator to replace the placeholding graphics I made for the game as well as draw the main menu and a few other minor features.
To keep this short, I'm not going to get into details right now but I have been updating my newspost with my updates of the game that you are free to check out.
Also, I have a few decent games on Newgrounds currently that you can check out if you are curious about my programming.
The person who I will choose should have some good submissions on Newgrounds.
Sorry if that sounded a little odd I have been up all night finishing up the programming for this game.
Anyways, I really need an artist and an animator!
No!
Come up with your own ideas you lazy bastard..
At 7/20/08 11:25 PM, Kart-Man wrote: LOL, if you're going to try and help someone, you should at least try to learn frame handlers beforehand.
lol
/facepalm =p
At 7/20/08 05:59 PM, micky315 wrote: can some one fix this code to make the circle not pass through a wall.
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall)) {
_root.circle = _x + 6;
}
}
circle._x+6;
At 7/20/08 03:11 PM, andy70707 wrote: I just get anerror:
**Error** Scene=Scene 1, layer=MAIN, frame=45:Line 9: '}' or ',' expected
{var b=this.attachMovie("ballon","b"+balloonc ount,this.getNextHighestDepth(),{_x: Math.random()550,_y: 0});
Total ActionScript Errors: 1 Reported Errors: 1
I have no Idea why, as you have correctly closed all the {'s.
var b=this.attachMovie("ballon","b"+balloonc ount,this.getNextHighestDepth(),{_x: Math.random()*550,_y: 0});
Sorry about that I forgot the "*".
you can switch rainid to balloonid(actually you dont have to but still).
Delete the balloon mc from your stage.
Go into your library.
Right Click on this balloon object.
Select Linkage.
Set its indentifer as balloon.
Also make sure export for actionscript and in first frame are checked.
Then in your code frame(not in your balloon mc) write:
BeginGame();
function BeginGame()
{
rainid=setInterval(this,"Balloon",1000);
Balloon();
}
function Balloon()
{
var b=this.attachMovie("ballon","b"+ballooncount,this.getNextHighestDepth(),{_x: Math.random()550,_y: 0});
b.speed=Math.random()*8+6;
b.onEnterFrame=function()
{
this._y+=this.speed;
if(this._y>500)
{
remove=false;
removeMovieClip(b);
}
}
ballooncount++;
}
At 7/16/08 10:33 PM, Kingofkingz750 wrote: Someone photoshop the sweater off!
Your a disgrace to all 08ers including myself..
This question belongs in the audio forum.
Well I mean for a game of that nature to be any good..you need a really complex engine..
I suggest you open up your flash manual (F1 in flash) and look up booleans, the onEnterFrame class, and the all the math commands specifically random.
And thats just to start..honestly if your new to flash just make an easier game
At 7/14/08 08:06 AM, MindChamber wrote: hasn't stopped the OP from submitting! you should do it!
Hmm...I had been pissing off mc off alot so ignore that comment since it was prob more of a crack at me then anyone..
Anyways shit came up and I got a headache trying to catch up on whats been happening with collab after having read through that Jesse guy's 50 posts..so sorry about this but I'm out.