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!

Author Search Results: 'carmelhadinosaur'

We found 7,658 matches.


<< < > >>

Viewing 1-30 of 7,658 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7131256

1.

None

Topic: on(release).wait2 secs.gotoAndPlay.

Posted: 09/27/09 09:32 AM

Forum: Flash

At 9/27/09 09:04 AM, Archon68 wrote: Make a function that counts up by one each frame, until it reaches the fps*number of seconds you want it to count to. When it reaches that, apply the function. I'll tell you how to apply the function, because most people don't know how to do that. You'll have to figure the rest out. I think it is pretty self explanitory.

function timer(fps, seconds, funct){
framesToCount = fps*seconds;
//code for counting, I'll let you figure it out
funct.apply();
}

Hey Archon, thanks alot for your help.
Though my knowledge of Actionscript is extremely basic, therefore I'm not even sure where to put the script, let alone add the missing code line..
I just thought it might have been simpler than I expected.
Thanks though :)


2.

None

Topic: on(release).wait2 secs.gotoAndPlay.

Posted: 09/27/09 08:11 AM

Forum: Flash

At 9/27/09 07:37 AM, milchreis wrote: there are probably timer classes out there for as2.
You could also create something yourself, with fps and frame counting.

I have Flash MX (6). Also I have more than 70 frames in this movieclip so that's not really an option...

At 9/27/09 07:50 AM, Archon68 wrote: Just write your own Timer function.

If I knew how to do that I wouldn't have asked here.


3.

None

Topic: on(release).wait2 secs.gotoAndPlay.

Posted: 09/27/09 06:41 AM

Forum: Flash

Hey all

I have a button that opens a sidebar (say frame 2 in a movieclip) when I rollover it.
When I rollout, it goes to frame 1 of that movieclip, and the sidebar dissapears.
In the sidebar there's a button, but I one cannot press it, since once I move the mouse, the sidebar is gone.
Can't change the HIT area of the button, neither the position of it.

So I thought it would be best for the sidebar to stay for about 2 seconds after I rolled out, then dissapear.
Anyone knows how it's done?

on (rollOver) {
_root.aclip.gotoAndStop(47);
}
on (rollOut) {
Wait! (for 2 seconds).and then:
_root.aclip.gotoAndStop(1);
}


4.

None

Topic: Preloader appearing way too late

Posted: 08/08/09 01:10 PM

Forum: Flash

I can't find such an option, was it added to flash after version 6 (MX)?


5.

None

Topic: Preloader appearing way too late

Posted: 08/08/09 12:48 PM

Forum: Flash

Hey all.
I have a 20MB flash, that starts with an about 700kb preloader. So far so good.
I checked the swf using the 'Show Streaming' option, to see it all works well.
I assumed that after it loaded 1MB it would obviously show the preloader, but I had to wait until the flash was 56% loaded until it finally appeared!
Would this happen on the internet too, or is the 56K flash bandwith allocation just doesn't work well?


6.

None

Topic: Loading a frame to another frame

Posted: 08/06/09 01:07 PM

Forum: Flash

I have one movieclip with two frames with half a shape that I want to connect into one shape. Thanks.


7.

None

Topic: Loading a frame to another frame

Posted: 08/06/09 12:33 PM

Forum: Flash

I have a really long movieclip and to make it easy on the flash (ok ok it's so long it doesn't even show it whole), I want to put half of it in one frame and to load the other half to a specific point (continuing the first part).
In other words: I have a movieclip with the frames, half of a long stick in each, and I want in the swf to see them connected. How is it done?


8.

None

Topic: A simple clock preloader

Posted: 08/03/09 04:49 PM

Forum: Flash

Hahaha.. thanks anyway though :)


9.

None

Topic: A simple clock preloader

Posted: 08/03/09 02:09 PM

Forum: Flash

At 8/3/09 01:53 PM, FlashtooREV wrote: Well you've got my code, remove the onClipEvent(load) and everything in it, then replace the percent ++; with
Or you could replace all code by
Just typed straight in there, so sorry for eventual syntax errors.

Man, does it work well.
Thank you so very much!!!


10.

None

Topic: A simple clock preloader

Posted: 08/03/09 01:19 PM

Forum: Flash

At 8/3/09 12:58 PM, FlashtooREV wrote: I made a simple test version for you. Just make the percent value the percent of the Flash loaded.

onClipEvent(load){
percent = 0;
}
onClipEvent(enterFrame){
if(percent<100){
percent ++;
_rotation = -180/100*percent;
};
}

.SWF

Hey, thanks to you both.
I couldn't understand where to change the value. Infact I tried a few variations of combining both preloaders but the movieclip either didn't rotate, either rotated without coordination with the loading process.


11.

Elated

Topic: A simple clock preloader

Posted: 08/03/09 12:49 PM

Forum: Flash

I'm trying to edit the Newgrounds preloader into something like the attached gif.
That means that I only need to change the 'setProperty' action from _xscale to _rotation.
The thing is, how do I choose an ending point/degrees/or more simply - how is it done?

A simple clock preloader


12.

None

Topic: A problem with the NG Preloader

Posted: 08/01/09 02:29 PM

Forum: Flash

Aight, it seems that a goto (hadn't tried other actions) just doesn't work from a button inside a movieclip. This is quite basic stuff, i'm sure someone knows the answer.


13.

None

Topic: A problem with the NG Preloader

Posted: 08/01/09 01:26 PM

Forum: Flash

At 8/1/09 01:07 PM, piggy123 wrote: give people the swf link on spam the web or somthing

Ah yes, good idea.
Here are simple .fla and .swf files..


14.

None

Topic: A problem with the NG Preloader

Posted: 08/01/09 01:06 PM

Forum: Flash

Bumb, bump, bump. Does anyone know why?
I also tried to load a movieclip with the ScrollPane component. Then I gave a button in it a GotoAndStop (movieclip) to a movieclip found in the timeline, but it just doesn't work... Hint hint anyone?


15.

None

Topic: A problem with the NG Preloader

Posted: 08/01/09 05:19 AM

Forum: Flash

Hey folks,
I've added a few frames to the 'NewgroundsPreloader' movieclip, to be played once the movie is loaded and then continue to the next scene.
Everything works well except for the fact that once the new frames are played, the timeline returns to them and keeps on playing them again, thus in a loop.
I added a GotoAndPlay/Stop to the next scene on the final frame of the movieclip, but it keeps on doing that.
Any idea what's wrong?

Thanks much!


16.

None

Topic: Christian Bale goes nuts...

Posted: 02/02/09 08:23 PM

Forum: General

Rickrolls aren't funny. 4chan thief.


17.

None

Topic: Happy Birthday Allreligiousdrunk !

Posted: 01/25/09 11:31 AM

Forum: General

HAPPY BIRTHDAH!!


18.

None

Topic: happy birthday _altr_

Posted: 01/25/09 11:30 AM

Forum: General

Haha, loved the Newgrounds can photo.

Happy birthday man!!


19.

None

Topic: Wi/Ht? level up! Lounge

Posted: 01/17/09 03:17 PM

Forum: Where is / How to?

Thanks for the offers Haggard and mwmike!
Apperantly AllReligiousDrunk said he'll do it right after I posted so February is ok it seems.. Thank you!

Hmm, I never heard of the not-giving your account rule, I should check it out before I act, thanks Mike.
Either way though, i'll know better only in a month or so..


20.

None

Topic: Wi/Ht? level up! Lounge

Posted: 01/17/09 02:44 PM

Forum: Where is / How to?

Hey Newgrounds regulars,
I'm looking for someone to deposit for me throughout the month of February. I very much hope that after that i'll be able to continue depositing on my own, else I'll have to donate my account to somebody else. You see, I begin serving the army (for three years) starting February.
If anyone is seriously interested in my account, please let me know, I might consider giving it away.
Cheers :)


21.

None

Topic: Anyone else joined the Military?

Posted: 01/15/09 07:36 AM

Forum: General

Is it only Israel where you HAVE to serve in the army?
I'm being recruited in 17 days, anyway.

Anyone wants to buy my account for 100$? :P


22.

None

Topic: Wi/Ht? level up! Lounge

Posted: 01/01/09 12:07 AM

Forum: Where is / How to?

First to deposit in 2009! Or at least US's..

Happy new year everybody!


23.

None

Topic: Ng Bbs Birthdays Calendar!

Posted: 12/02/08 07:00 AM

Forum: General

December 2nd!

Ohh.. I didn't see this.. nevermind.

At 9/19/08 07:32 AM, DareDevilGuy wrote: All you people still posting their birthday's, you do realise this topic is about 3 years old and that carmelhadinosaur hasn't been active in ages, right?
;)

24.

Happy

Topic: Wi/Ht? level up! Lounge

Posted: 11/24/08 03:30 AM

Forum: Where is / How to?

Level 42 :).


25.

None

Topic: Wi/Ht? level up! Lounge

Posted: 08/04/08 01:52 PM

Forum: Where is / How to?

I, the masked depositer got Carmel's account leveled :D

I'm cool.


26.

None

Topic: Music/Sound inside flash

Posted: 07/09/08 10:05 AM

Forum: Flash

Yes! I remembered it was something simple..

Thanks :)


27.

None

Topic: Music/Sound inside flash

Posted: 07/09/08 10:03 AM

Forum: Flash

Hi,
I put a song in a layer, and clicked enter. then I stopped the movie from playing in the timeline, but the song goes on.
How do I fit it to play only when i'm playing frames in the timeline?

Thanks


28.

Elated

Topic: Regarding BonusStage's Birthday

Posted: 05/07/08 11:39 AM

Forum: General

OMGGG, I can't believe it's this time of the year already! The media might just be late..

Happy birthday buddy enjoy it with whatever and eat like a beast #;-}>


29.

None

Topic: Wi/Ht? level up! Lounge

Posted: 05/06/08 10:05 AM

Forum: Where is / How to?

Oooh, level 40, equivalent to good old times' gigantic hammer!


30.

None

Topic: your photos are published on this..

Posted: 04/09/08 01:14 PM

Forum: General

"your photos are published on this site :S".

I've been infected for like a month now with an MSN virus that makes me send this message to contacts and shuts my computer, slows it down and so on.

I saw many suggestions on the internet to download Kaspersky. And, well, I can say that I twiced scanned the computer with the full version and it couldn't find a thing.

I'm dying for some help with this virus people.. Thanks!


All times are Eastern Standard Time (GMT -5) | Current Time: 06:15 AM

<< < > >>

Viewing 1-30 of 7,658 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7131256