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 ViewsMake sure you only pressed submit once.
Yeah if you have flash 8 just use filters. If not you need photoshop or aany other image editing program.
how much monthly bandwidth do you give?
Draw a zig-zag or lightening shape with with a thin, white brush tool. Convert it to a MC then add a blue or yellow glow filter.
A fish for fish slappin'
A shitload of noodles
My first language is English but I know some French, Spanish and Latin.
At 2/15/07 01:35 PM, RyanPridgeon wrote:At 2/15/07 12:47 PM, MikeToole wrote: Flash is just a tool. You can learn animation in Windows Movie Maker and MS Paint if you wanted to. That'd be a real pain in the ass though.It's funny because your name is "Toole".
That's not very funny.
At 2/15/07 01:31 PM, VictoryGin wrote:Except the quality ones like Xiao Xiao and the Castle series. But there aren't a lot of those out there, so... Yeah.I wouldn't say the Castle series is sticks, because sticks are usually small and all they do is fight. The Castle series uses real characters and good scenes. I don't like Xiao Xiao, myself.
Castle is stick. It's the good kind of cinematic sticks, not the noob kind.
onClipEvent(enterFrame){
if (_root.yay.hitTest(this._x, this._y, true)) {
this.nextFrame();
xspeed = 0;
yspeed = 0;
_x = 50;
_y = 50;
}
}
Put this in the crosshair MC:
onClipEvent(load) {
Mouse.hide();
}
onClipEvent(enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent(mouseDown) {
this.gotoAndPlay("whatever frame");
}
Hope that helps.
At 2/15/07 08:54 AM, LTmatt wrote: who the hell would make a tut for stick movies?
it's too fucking easy
Good stick movies are hard to make
Looks interesting, good luck.
At 2/14/07 09:20 AM, johnfn wrote:At 2/14/07 09:03 AM, RyanPridgeon wrote: Dude, how can you forget Denvish's name?He only has 9 posts :P
The funny part about this thread is he's not linking to his C drive. He's linking to the letter c.
lol
Yeah I come on newgrounds loads but I never post on the forums.
www.denvish.net/ul not devinish sorry
You need to upload the file to one of these:
www.devinish.net/ul
http://www.swfup.com
onClipEvent(load){
this._alpha=0;
}
on(rollOver){
this._alpha=100;
}
on(rollOut){
this._alpha=0;
}
I tested it. That should work.
I think games should be anything between 24 and 40 fps.
Good engine. Needs better graphics, but still good.
ooops I meant:
onClipEvent(mouseOver){
this._visible=true;}else{this._visible=false;
}
Put this code in the bar movieclip's actions:
onClipEvent(mouseOver){
this}else{this._visible=false;
}
That should work but I haven't checked it.
Thats pretty good icarus. I'm looking forward to the game.