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 Viewslooks cool..
But I think I saw those leg movement before...
stop();
passBtn.onPress = function() {
if (password.text == The Password) {
_root.gotoAndPlay (2)
}
if (password.text == The Password) {
_root.gotoAndPlay (3)
}
if (password.text == The Password) {
_root.gotoAndPlay (4)
}
}
You forgot to add _.root?
At 4/23/09 07:52 PM, wisconsin212 wrote: nothings wrong with newgrounds just the people
Yeah but don't blame the people,
It is just that me is not you. simple.
The truth is...
It's just a Hoax...
Don't believe? Search it on the net.
A bag
Slipper/sandal/shoes
A Fish
Pipe
Bottle
guitar
Side is much better I guess..
Yeah full top is crap, All you see is the hair damn it..
yeah you should have put the name on the var not on the instance name.
when I play http://phoenixanimations.com/manandabird .mov
It CRASH.... Damn It!!
I agree to what they said.
They are asking you for an alpha or engine or something to show that this project will end on something good. But all you were trying to show is those damn ripped animated sprites..
you drew it nice and good.
But you don't have to convert all object on the stage into movieclip I guess.
And lessen the filter it may cause your animation to lag.
Pretty good.
But add more in betweens to make his movement smoother.
It needs a better hit test..
not really that good but tell your brother to practice more..
I think he is using cs3 or 4.. try 8!
At 3/31/09 01:45 AM, Goonie wrote: First off, I would get a newgrounds preloader. Then I would watch some movies or tutorials about flash.
Good luck.
Yeah.. But watching tutorials is useless unless you're already familiar with the flash environment.
My tips for you is to explore,..
It's much easy to figure it out your self.
OMG!
This thread is very old. Are you that patient to wait for someone to reply on this topic?
And the site seems to be not working anymore.
Sprites!
I'm Interested!
I don't know why many people think that making madness animation is so easy,..
Yeah it is good and smooth,.
I want to see it colored!
At 3/22/09 11:02 AM, Yambanshee wrote:At 3/22/09 10:58 AM, geohoundz55 wrote: Oh by the way,.thats because of the boolean. remove everything to do with the pooping boolean
The Dog is moving left and right randomly.
And the poop only appears on his first position/
I mean the dog mc already has an action on it that made him randomly move left and right,.
I already tried removing the boolean related to pooping but the poop still appears on the first position of the dog,. I mean even the dog already walks, the poop still appears in his first position.
Oh by the way,.
The Dog is moving left and right randomly.
And the poop only appears on his first position/
Thanks but not quietly working but I'll try to figure that out myself.
One last problem, It only poop once during the start of the frame. I don't know if
the dog only poop once or the poop are just appearing on the same area..
Thanks!
so what if I want the poop to stay at the back of the dog?
At 3/22/09 06:40 AM, Yambanshee wrote: var pooping:Boolean = false
onEnterFrame = function (){
if(!pooping && Math.random()>.99){ //change.99 to a higher value if you want it to happen less often, and less if you want it more often (must be between 0 and 1 though)
attachMovie("poop", "DogPoop", _root.getNextHighestDepth(), {_x:dog._x+10, _y:Dog._y-10})
pooping = true
}
}
this is assuming that that the dog movie clip has a instnace of dog, and the poop movieClip is in the libary, with a linkage name of poop.
Thank you it works,!
but I hope someone explain the code so I can improve it or know how to operate it.
Because I really want to learn more on AS.
At 3/21/09 11:40 PM, fjgamer wrote: Flash doesn't do the work for you, and neither will I, unless I'm paid, but anyway...
Thats why I'm looking for a tutorial for it.