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 ViewsYour best bet is searching for flash tutorials here or on google.
However, if that doesn't help, there are some flash downloads here
At 7/29/09 02:22 PM, IoIwut wrote:At 7/29/09 02:19 PM, Blue-Devil23 wrote: Almostthey're not blammed though :/
That's why I said almost :/
At 7/29/09 02:15 PM, IoIwut wrote:At 7/29/09 02:05 PM, Goatskape wrote: I am actually interested in seeing all the truly HORRIBLE stuff that has been blammed through the portal over the years. Is there a Newgrounds section just for the worst of the worst?nope.
Don't worry. That's supposed to happen.
When you make an array with one value, it tells flash that the value is the number of elements in said array. If you make one with two or more, those values become the elements in that array.
If you want an array with a single value put:
var primary:Array = new Array();
primary[0] = 5;
trace(primary.length);
This outputs 1.
For more info read this
A simpler way is just this:
if(Key.isDown(Key.SPACE) ){
if(!spacePress){
spacePress = true;
nextFrame();
}
}else{
spacePress = false;
}
If you made it (meaning you have the .fla) the just click publish the choose .exe.
If you don't have the .fla, then just get a trial of something like this: Click
I watched you anims and found that the walking was the best part(And that not a compliment). There's quite a lot of things wrong with them.
Help isn't hard to find:
General tutorials
Stick tutorials
More Stick tutorials
Heres something that I've been working on. So far, it's just a few random clips.
Blobs Waring: Violence
Tell me what you think and what I can improve
Just in time! Trunks
Better Pic: Pic
My 5th and probably final entry: Zangief
What do you think?
Ken from street fighter
That dog from duckhunt
You don't have to. That just shows where it's transparent. But if you really must, go on Modify>Shape>Trace bitmap, and change the fit to pixels. Then just click on the transparent/black part and just delete it. Hope that helps.
Not bad, but not that good either.
on(release){
_root.interface1._x=50;
}
That should work. If that doesn't go far enough, try increasing the 50.
If you want it to move to 50 gradually put this:
onClipEvent(load){
speed=5;
}
on(release){
_root.interface1._x+=speed;
}
onClipEvent(enterFrame){
if(_root.interface._x == 50){
speed=0;
}
}
I hope that helps.
Tut Please use google next time.
At 2/24/07 04:53 AM, dimondboi wrote: ok, so ive made a platformer, ive made 10 levels already, but this is my problem:
the levels arnt conjoined. i need the script, so if i hit the portal at the end of each level, it will go onto the next level, and so on. i also need a password script, so a password for each level.
Its Also 1100 x 800. which is double the automatic size. i honestly need to know if this size is allowed in newgrounds.
Hope you can help!
I don't recommend that you have 1100x800. Most people have a screen resolution of 1024x768.
in the last frame of scene 1 put:
gotoAndPlay(2);
lol, noobs can't take criticism