1,574 Forum Posts by "JeremysFilms"
THANKS!!!
I love your stuff on SA!
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?
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!
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!
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!
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
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!!!
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
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!!!
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());
}
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;
};
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?
For recording, you need to buy a computer mic.
Just go to CompUSA and they sell cheap mics for like $8 - $15!!
wow ur the biggest n00b i've ever seen!!!!!!!!!!!!!!!!
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!
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!
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!
THIS IS THE CORRECT CODE:
on(press){
this.startDrag();
}
on(release){
stopDrag();
}
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!
http://www.dynamicdrive.com/dynamicindex8/popwin.htm
its a popup generator
LMAO! Funny opening/ending
File > Import to LIbrary
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.
Here's a tutorial on it:
http://freewebs.com/sidescrolltut">freewebs.com/sidescrolltut
what's the pre loader maker???!!!
To learn to make a preloader, just AIM me at pizzalover17
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();
}
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.

