Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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: 'Claytron'

We found 716 matches.


<< < > >>

Viewing 1-30 of 716 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91624

1.

None

Topic: putting flash into vb

Posted: 08/28/07 03:33 AM

Forum: Flash

Hey guys, I am just in ned of some help with a flash button that i have exported.

I need to use the flash button in visual basic, but i dont know how to make vb recognise that the flash is being pressed? Is this possible?

Thanks, help would be greatly appreciated..

(I hope this was teh right forum to ask in, i just thougt it had a little relevacne to 'flash')


2.

None

Topic: I need this song for my animation!

Posted: 08/05/07 08:38 AM

Forum: Flash

Hey guys, I am just about finished an animation I am making, but I need the author of that myspace ad song..

Its the song that has all those annoying noises "Whaaaaaaat" "Say something" ect

Does anyone know the author, or can link me?

Thankyou!!


3.

Winking

Topic: Putting my flash on website

Posted: 08/01/07 10:27 AM

Forum: Flash

Hello, I am needing to put flash onto my website, but I want it as though there is a box on the screen, with another browser inside it. Eg, I want a box on my site, that has the newgrounds page with all my flash on it. I have seen it done, I just don't know how to do it :l

Would anyone be able to help? Thanks!!


4.

None

Topic: html myspace help

Posted: 07/30/07 06:44 AM

Forum: Programming

Alright, myspace is being a douche, so it stops links from going out from embeded flash.. when you put in the file, it automatically adds:

<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="485" width="774" data="http://i59.photobucket.com/albums/
g307/Claytonface/myspace-1.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://i59.photobucket.com/albums /g307/Claytonface/myspace-1.swf" />
</object>

It adds in all that allowscriptaccess stuff, is there any way to get around this???


5.

None

Topic: Simple code help.

Posted: 07/29/07 08:35 AM

Forum: Flash

thanks schmut! worked perfectly


6.

None

Topic: Simple code help.

Posted: 07/29/07 08:11 AM

Forum: Flash

Hey guys, I was wondering if you can help with a little problem i am having..

I have a movieclip that I need to do an action when i hover over it.. Can anyone help, as I am not sure what to put in the onClipEvent code.. Also, is there code to make it do an action when it comes off the movie clip that has just had an action completed?

thanks guys..


7.

None

Topic: Reverse A MC

Posted: 07/28/07 09:52 AM

Forum: Flash

Hey I was just wondering if it's possible for a Movie Clip to play in reverse..

for example:
I hover over a button, and an animation around it plays.. but when I move the mouse away from the button, the animation reverses from where it is at, until it disappears.

Any help?

Thanks.


8.

None

Topic: AS Sound help

Posted: 07/14/07 03:45 PM

Forum: Flash

Does anyone know how to have AS for a sound, that is needed to stream, and fades out?

I got help from the AS: SOUND

But i need the song to fade out, and most importantly to stream..

this is what i have (fromthe as sound)

Frist frame:
bgSound = new Sound(this);
bgSound.attachSound("SONG");

Frame where it starts:
bgSound.start(0, 99);

Thanks.


9.

None

Topic: Combining Scene

Posted: 07/14/07 11:22 AM

Forum: Flash

I have a project, and i have been working on it using differant .flas's to make it run quicker as i do bit by bit..

when i paste the scenes the the main for to compile it all, it comes up wit hath rplace existing box..

I choose do not replace obviously, but some of the symbol names are thee same and are replaced..

is there any easier way, other than manually changeing all the names?


10.

None

Topic: drawing

Posted: 07/13/07 03:08 AM

Forum: Flash


11.

None

Topic: Game Over Trouble

Posted: 07/12/07 05:14 AM

Forum: Flash

I have made a health bar that decreases when you hit the bad guy...
inside the health (hp) movieclip, there are 16 frames, on the 16th frame, the bar is empty, and, I would like it to go to a gameover screen when it goes into that frame..

I have:
_root.stop();
stopAllSounds();
_root.gotoAndStop("Game Over", 1);

But it is not working... the stop and the stop all sounds seem to work, but it wont jump to the other scene.. Is there anything I am doing wrong or any suggestions??

thanks.


12.

None

Topic: Stopping Typewriter effect

Posted: 07/12/07 03:50 AM

Forum: Flash

If you just did it fbf, jsut delete them..??

If you used coding, you'll need to paste it here


13.

None

Topic: AS Patterns ect

Posted: 07/12/07 03:47 AM

Forum: Flash

Does anyone know any cool AS that can like change the fill of a box or anything?

Like it changes color (fades) every now and then or does something awesome with the color?

That would be awesome.. and if there is... is there any way to make it change the like the bass levels or to the beat of a song or something?? If not, the normal code would help me out quite a bit!!

thanks.


14.

None

Topic: Stopping Typewriter effect

Posted: 07/12/07 03:38 AM

Forum: Flash

you need to explain it in more detail, I don't understand what you want...


15.

None

Topic: Some AS help

Posted: 07/11/07 09:13 AM

Forum: Flash

if(Math.abs(49.5 - someMovie._currentframe) > .5)

is there an alternate to this code? As when i push it, its just going to the 'else' statement, and just ignoring this..


16.

None

Topic: Premature Sound

Posted: 07/11/07 09:06 AM

Forum: Flash

Split your one scene into more scenes, and have the music start at the beginning of a new scene.

Yes, I have tried this, but the game is getting so massive, my computer cant handle more than 1 in-game scene (unless I wait along time for each export)

Put the sounds in movie clips and place them in the timeline instead of having just the raw sounds.

As its a rhythm game, I need to know when to activate certain things, so i need to be able to see the soundwaves

Use actionscript to tell the sound to stop and start when you want it too.

Tried, but i failed at it.. it just didnt work even with AS:Mains help..


17.

None

Topic: Some AS help

Posted: 07/11/07 08:48 AM

Forum: Flash

Hey guys, I have this code:

onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
_root.Score +=100
_root.Combo +=1
_root.hp.prevFrame();
_root.perfect.gotoAndPlay(2);
this.gotoAndPlay(2);
}
}

that is the code for when you press this special movie clip..

Can someone tell me how to make it like:
onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
if(button is pressed on frame 49 or 50){
do action
else(
do this action?
}

}
}

I am a little stuck, and this is unimpressing me quite alot...

thanks.


18.

None

Topic: Premature Sound

Posted: 07/11/07 07:38 AM

Forum: Flash

Hey, I am using 1 scene, and the scene has a few part (songs)
when i get to the second song, the song starts before it should, and is not in sync. All the music is streamed however I have no idea what it wrong with it? any help?

thanks.


19.

None

Topic: I'll Photoshop for you

Posted: 07/09/07 05:18 AM

Forum: Flash

I can't keep track of all the requests on this thread, so I won't be making anything for people who comment here, if you want something, just pm me and ill do it for you..

Thanks guys

This way it'll be easier to track and reply etc etc

20.

None

Topic: Led Zeppelin-Immigrant song Collab

Posted: 07/09/07 05:00 AM

Forum: Flash

Hey guys, I made my part but it was a little laggy etc, so I won't be using it.

I don't have the ability to make another one at this very time, so I am going to have to pull out.

Sorry guys.


21.

None

Topic: Icon for Game

Posted: 07/05/07 08:20 PM

Forum: Flash

At 7/5/07 08:18 PM, Sebby64 wrote: I hope this helps

Well, if you cant do anything about it and you only have that 1 gif file, There isnt much you could do to make it better.

You could try blurring it with photoshop?


22.

None

Topic: Led Zeppelin-Immigrant song Collab

Posted: 07/05/07 08:18 PM

Forum: Flash

NG Alias: Claytron
Real Name: Clayton
Age: 17
Gender: Male
Why you joined: Because Led Zeppelin is an excellent band.


23.

None

Topic: Icon for Game

Posted: 07/05/07 08:14 PM

Forum: Flash

Well, if your in paint, save it as a .bmp, it shouldnt lose quality (hopefully) then upload it to denvish


24.

None

Topic: Icon for Game

Posted: 07/05/07 08:11 PM

Forum: Flash

At 7/5/07 08:06 PM, Sebby64 wrote: i already have it set at 46 x 46. Its bad quality though

Have you got the original image of what you used?


25.

None

Topic: Icon for Game

Posted: 07/05/07 08:02 PM

Forum: Flash

Uplaod the high quality one to www.denvish.net/ul and i'll make it smaller for you


26.

None

Topic: as help

Posted: 07/05/07 07:58 PM

Forum: Flash

Well, make a dynamic text box, with the variable name of whatever, let's just say "Score"

onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
_root.Score +=100
}
}

:You can put this code on a movieclip, and when you press it, the score will increase by 100

on (press) {
_root.Score +=100;
}

Put this one on a button..

I used _root because I wasn't sure if you were working in movieclips.

I havn't tested these out yet, but I think they should work..


27.

None

Topic: as help

Posted: 07/05/07 07:47 PM

Forum: Flash

Hmm, so you want it so that the actual numbers are made from 7 little images? And they become visible when it corresponds to the number?


28.

None

Topic: Flash 8 Password Code

Posted: 07/05/07 07:33 PM

Forum: Flash

Im not sure if this'll work:

on (release) {
if (_root.pinput == "1234") {
gotoAndPlay(FRAME);
} else {
_root.statusb = "Access Denied!";
}
}

But I guess you can give it a try...

I hope statusb is a textbox?
and don't forget to change FRAME to whatever frame you want.

29.

None

Topic: Embed on site

Posted: 07/05/07 07:16 PM

Forum: Flash

Go onto Photobucket.com, when you upload images, flash ect it gives you all the code you need to add it onto a website.


30.

None

Topic: Led Zeppelin-Immigrant song Collab

Posted: 07/05/07 02:19 PM

Forum: Flash

Well, Ill make the animation and see how laggy it is, if its too laggy, ill scrap it, if its fine, then ... ill just.. sit around


All times are Eastern Daylight Time (GMT -4) | Current Time: 05:08 AM

<< < > >>

Viewing 1-30 of 716 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91624