The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.38 / 5.00 36,385 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 13,902 ViewsMe and my brother have 2 computers with the same connection and we can't vote the same falshes.
It may be that :D
I think Gladius
But i don't think its from this site D:
I hope that is
At 7/11/09 03:13 PM, portalwarpedJP wrote:At 7/11/09 03:11 PM, Veranan wrote: i hover over it yet nothing happens...go to the general forum, DON'T GO TO A THREAD, hover over an angry face, turn your volume to the maximum and wait 5 seconds.
OMFG
I turned the volume to the maximum and i almost got a heart attack D:
The boom de ah da collab also got deleted!
What's wrong?
Maybe too many collabs?
Hola, puedo unirme a este club :D?
Yo soy de Chile y es al revéz, hasta me cuesta hablar inglés D:
In the art portal you can only start a topic showing a piece of artwork
you know that?
on the
gotoAndPlay();
part write the frame number inside the "()"
At 6/20/09 08:52 PM, salted-tator-tot wrote: Also, what is the animation that was the simpsons (I thought it was Sicksons, but that wasn't it), at one point homer stops and shifts colors and lisa ends up in bart's mouth (I think), and at the end it shows Hank Hill and his pants fall down and he's holding a knife.
Click to view.
that :D
If you want that on the art portal, you should have created those dwarfs and painted by yourself.
At 6/17/09 08:34 PM, DrClay wrote:At 6/17/09 08:17 PM, KidneyJohn wrote:yeah, I can't find them either...At 6/17/09 08:08 PM, Aleks55 wrote: Cool! I saw mine in the easter eggs.Where are the easter eggs. I can't seem to find them.
They are heavily hid
I can't seem to find them :S
Well, the collab's out.
Can't wait to see the score.
Question: Are there any easter eggs?
Hey everyone.
I've been looking at ocd+ and i could not understand what you have to do on 208.
Could anyone tell me?
Everyone says it's difficult but i don't understand
somebody halp!
Alter-ego: Ete Juano
Real Name: Juan Etenol
Secret identity: Dirk Talonbone
Location: Chile
Age: -
Super Powers: He can fly like a bat, swim like a turtle and the third and most awesome power is a secret :D
Weakness: Fruits and vegetables.
Are you sure that you clicked faster than the cpu's?
The tension is killing me.
i hope this collab wins a daily yay!
At 6/16/09 02:36 PM, Alirocks0 wrote: Ok this is my problem:
Statement must appear within on handler
and here's my script:
on(release) {
}
if(_root.username="Begin")
{
_root.gotoAndStop(76);
}
Why don't you try:
on(release){
if(_root.username="Begin"){
_root.gotoAndStop(76);
}
}
Can you show us the icon? :D
At 6/16/09 12:49 PM, Homer2392 wrote: How do i post content to Newgrounds,
Click submit content on the top right
and if i wanted to post a video, would it have to be a flash video?
yes
At 6/15/09 07:06 PM, KingExodus wrote:At 6/15/09 06:04 PM, FatKidWitAJetPak wrote: Our game is having medals within the hour.It's been an hour and two minutes boy now pay up the medals.
http://www.newgrounds.com/portal/view/49 8385
Omg i've been waiting too long.
I can't take it anymore
*jumps through window*
At 6/15/09 06:11 PM, Fleshlight wrote: the shading just doesn't look right because you have spots of highlights everywhere without a clear light source. It looks like it's either above his head, behind his head or right in front of him
Mmm..
I actually make those light points.
But this time i was thinking doing something different.
I think if you blur it a little it looks fine, at least for me
Tell me what do you think.
I was practising skin tones and shading.
This is the result of 1 hour mouse-drawing on flash :D
At 6/15/09 04:57 PM, gassyturtle wrote:At 6/15/09 04:54 PM, ChaoticTrashCan wrote:eh i cant make it then i forfet i suck monkey dick i wasnt ready and i think i wont be reay when the time is thats what i get for doing other things im out...At 6/15/09 04:51 PM, gassyturtle wrote: isnt the deadline todayYup. 14 hour wants all parts by tonight.
Mmmm..
That's lame
Macromedia flash 8
That's my choice.
If you want it free, download a trial, flash's not free.
>Cast spell to destroy wall.
>Make your awesome entrance
At 6/15/09 10:40 AM, Bluefox77 wrote: The following code is inside the player MC:
(this.hitTest(_root.ground.elevatorg1) && (_root.ground.floor1)) {
this._x = 231;
this._y = 345;
}
Note: elevatorg1 is the correct spelling for this instance ( a green elevator).
Right so basically this should reset the player's co-ordinates when the two conditions are fulfilled.
The problem is that when touching the elevator and anywhere else in the ground MC the co-ordinates are reset anyway, it's as if the floor1 part is being ignored. Have I set out the script in the correct order ( shouldn't that apply to only calls such as stopAllSounds then gotoAndStop() )?
Help would be appreciated.
how about:
if(this.hitTest(_root.ground.elevatorg1) && (_root.ground.floor1)) {
this._x = 231;
this._y = 345;
}