Be a Supporter!
Response to: If statements with frames? Posted June 11th, 2005 in Game Development

THANKS!!!
I love your stuff on SA!

If statements with frames? Posted June 11th, 2005 in Game Development

How do I make an IF satement with frames?

I want something to happen if a movie clip is on a specific frame, so how would i make an IF statement with frames?

Response to: Help. Posted June 11th, 2005 in Game Development

Go to the library (F11) and then right click the song, and go to properties, then make sure its set to MP3 and that the check box for use imported quality is NOT checked, then change the kbs to 8!

Response to: help! Posted June 11th, 2005 in Game Development

Go to WINDOW > SCENES

Response to: A little question about GIF Posted June 11th, 2005 in Game Development

You can't make it a movieclip because for some reason, anmated gifs won't play MC's, they'll just stay on there 1st frame.
If you want to rotate it all, just use the edit multiple frames button, its one of the onion skin buttons, then you'll be able to ratate it all at once!

Response to: Newgrounds Preloader Posted June 11th, 2005 in Game Development

I did this a while ago, but now I make my own preloaders, I'm not on my normal computer (this one doesn't have flash) but just tell me the ActionScript used for the preloader, and I'll tell you what to change!

Response to: Please help me! Posted June 11th, 2005 in Game Development

Do you just mean to delete the border of a circle? Because if so, it has nothing to do with masking.
You just basicly double click the border and press delete, if your talking about something else, be more specific please XP

Response to: Flash Problem Posted June 10th, 2005 in Game Development

By the way, just to let you know, you STILL didn't answer your question correctly! LMFAO!!! You should say event to stream not vise-versa!!!

Response to: Can I submit a 9mb flash? Posted June 10th, 2005 in Game Development

At 6/10/05 03:31 PM, DEADSiM2 wrote: 1. Upload to another site that will allow you to submit such a big file
2. Make a new flash, but don't do anything inside.
3. Now, in the new flash, insert this code into the first frame =

getUrl("direct url to .swf", _root);

4. Export/publish as a .swf
5. Upload to NG.

thats against teh rules, its autospawning

Response to: ani1 kno flashs Posted June 10th, 2005 in Game Development

At 6/10/05 02:35 PM, Sweet_tiffany wrote: Sorry i just like sex flashes n hentai its oki 4 violence but no hawt action gawd u guys r stupid

if that's why your here, then i'd suggest quitting this site, and going to a porn site or something, because that's not what newgrounds is for! n00b!!!

Response to: clock please? Posted June 9th, 2005 in Game Development

Put this code on a dynamic text box with the VAR: field filled with the word: time

_root.onEnterFrame = function() {
myDate = new Date();
time = (myDate.getHours()+":"+myDate.getMinutes()+":"+myDate.getSeconds());
}

Response to: AS Timer Posted June 8th, 2005 in Game Development

put this code on a dynamic text field with the VAR: field filled with: myDisplay

_root.onEnterFrame = function() {
currentTime = getTimer();
elapsedTime = (currentTime-startTime)/1000;
myDisplay = elapsedTime;
};

Response to: AS: Basic Movement Posted June 8th, 2005 in Game Development

How do i make checkboard movement? like in the game frogger? so that rather than him moving smoothly he takes big movements at a time, but not right away, so even when holding down the arrow key, he doesnt keep moving super fast, it takes like a second between eahc move?

Response to: Voice acting questions Posted June 8th, 2005 in Game Development

For recording, you need to buy a computer mic.

Just go to CompUSA and they sell cheap mics for like $8 - $15!!

Response to: Flash? Posted June 8th, 2005 in Game Development

www.newgrounds.com/flash

wow ur the biggest n00b i've ever seen!!!!!!!!!!!!!!!!

Response to: Making Buttons for Web Sites Posted June 8th, 2005 in Game Development

here's how ya do it:

make a movie clip with the animation for how u wunt the button to be when over it. Now back to the button, open the library and drag and drop the movie clip into there

--OR--

You can convert the contents of the over frame into a movie clip and edit it in there!

Asp Error Please Help! Posted June 7th, 2005 in Programming

I have an ASP code im using with my highscore board in flash, but this one part doesn't seem to be working:

<% Response.CacheControl = "no-cache" %>
<% Response.AddHeader "Pragma", "no-cache" %>
<% Response.Expires = -1 %>

I'm using this to not cache the flash and so that it refreshes the table, because with out it, when entering your name in the list, it won't show up until you refresh.

But for some reason, this code isn't doing this, please give me the correct code, thanks!

Response to: My first movie Posted June 7th, 2005 in Game Development

At 6/7/05 12:15 PM, Dark_Toaster wrote: Yeah right,'on purpos'.I don't really believe you and I think many people don't.
If it is true,then why do you make crappy movies?

He really does it crappy on purpose, cuz he doesn't know flash that well and he decided he wants to do simple stuff thats wut his Username means:

Simple Movie Productions Incorporated!

Response to: Dress-Up Game Help Posted June 6th, 2005 in Game Development

THIS IS THE CORRECT CODE:

on(press){
this.startDrag();
}
on(release){
stopDrag();
}

Response to: arranging objects with AS Posted June 6th, 2005 in Game Development

onClipEvent (load) {
this.swapDepths(put a number for the level it should go on);
}


If your good at ASP/ActionScript, then I really need your help. I have an ASP highscore table in flash. It works great excpet for one thing, when you sign your name to the list, it doesn't show up right away. It won't show up until you refresh the page. I really need to know what to do to solve this problem, is it that IE is doing something? What's wrong? PLEASE HELP ME!

Response to: animator tools of the trade Posted June 6th, 2005 in Game Development

ebay

Response to: Simple Pop-Up Posted June 6th, 2005 in Programming

http://www.dynamicdrive.com/dynamicindex8/popwin.htm

its a popup generator

Response to: My first flash movie! plz rate it! Posted June 6th, 2005 in Game Development

LMAO! Funny opening/ending

Response to: how do u add sound in flash?(noob) Posted June 6th, 2005 in Game Development

File > Import to LIbrary

Response to: Star Wars Text Posted June 6th, 2005 in Game Development

yep, simply type what you need, then press the text box, and press CTRL+B Twice to turn it into a shape, then go to the Free Transform tool, and hold CTRL+Shift while pulling one of the sides on the top inwards, then the same with the bottom but outwards.

Response to: Side Scrolling Game Posted June 6th, 2005 in Game Development

Here's a tutorial on it:

http://freewebs.com/sidescrolltut">freewebs.com/sidescrolltut

Response to: Pre loader help Posted June 6th, 2005 in Game Development

what's the pre loader maker???!!!

To learn to make a preloader, just AIM me at pizzalover17

Response to: Pause movie function Posted June 6th, 2005 in Game Development

well here's what you can do:

1. give an instance name to EVERY MC u have on that frame, then in the actions do this:

on (release){
_root.stop();
_root.INSTANCE NAME.stop();
_root.ANOTHER INSTANCE NAME.stop();
}

Response to: Saving, loading and timers. Posted June 6th, 2005 in Game Development

Timer:

Make a dynamic text field with the Var field set to 'timer'

Now put the following actions in the frame its in:

_root.onEnterFrame = function() {
currentTime = getTimer();
elapsedTime = (currentTime-startTime)/100;
timer = elapsedTime;
};

PS. The higher the Frame Rate, the better it will work, as in showing every number, with a slow frame rate, it cant show every number and move smoothly.