You need a Grounds Gold Account to post on the NG BBS!If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!
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?
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);
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.
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.