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

We found 24 matches.


<< < > >>

Viewing 1-24 of 24 matches.

1.

Crying

Topic: Ben Spurgin, 1977-2009

Posted: 10/28/09 07:03 PM

Forum: NG News

I think someone should make Pimps Quest 2 in his memory.


2.

Elated

Topic: I feel lucky today

Posted: 03/10/09 01:31 PM

Forum: General

All aboard the lucky thread!


3.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 11:12 PM

Forum: Flash

If I finally get past this, I'm giving you a major credit to my work.


4.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 11:11 PM

Forum: Flash

To clarify, I'm not getting error messages, the button just doesn't do anything visible.


5.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 11:10 PM

Forum: Flash

No, no, no. Believe me. (which I'm sure you'll have no problem doing considering that I'm incapable of figuring this out) all the MCs are on the main timeline. Super simple. I really don't understand what's going wrong. Your code seems fine and I put the button on the main timeline and applied the code to it. No dice.


6.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 10:53 PM

Forum: Flash

At 3/7/09 09:56 PM, knugen wrote: You said it doesn't work though, are you sure that the MC's you want to stop are on the main timeline and not inside that MC where you have the button (or somewhere else)?

Aha! Of course! The way I have my button set up is...
I have a MC with one frame containing a button. I applied your code to the button inside the movieclip. Where do I apply it to so that it works and is also controlled by the button?


7.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 09:54 PM

Forum: Flash

At 3/7/09 09:51 PM, knugen wrote:
At 3/7/09 09:48 PM, snyperscope wrote: -BounceChain1 is the instance name for a movie clip I want to pause.
But you said you wanted to pause all mc's..?

Just replace the code in that button with what I posted above if that's still the case.

Yes I do, I'm sorry for confusing you. I was trying to pause one just to see if I could.


8.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 09:50 PM

Forum: Flash

At 3/7/09 09:46 PM, knugen wrote:
At 3/7/09 09:44 PM, snyperscope wrote: Can I do this easily with a button?
Yeah, this should do it:

on(release) {
for (i in _root) {
_root[i].stop();
}
}

Put that on the button.

Thanks but, it doesn't work. Should it even if it doesn't specify what to stop?


9.

None

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 09:48 PM

Forum: Flash

What I'm doing right now is...
-I have a movieclip with one frame; In that frame is a button with the AS code
on(release){
_root.BounceChain1.stop();
}
-BounceChain1 is the instance name for a movie clip I want to pause.


10.

Resigned

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 09:44 PM

Forum: Flash

Can I do this easily with a button?


11.

Resigned

Topic: Control music with buttons?

Posted: 03/07/09 09:40 PM

Forum: Flash

This probably has a simple answer but, how would one make a button to cycle through background music tracks. I've seen this done many times before but I'm new to flash so need help. Thanks for any assistance.


12.

Questioning

Topic: Stop all movieclips with one button

Posted: 03/07/09 08:50 PM

Forum: Flash

I was wondering is it was possible to stop all movieclips (in either a frame or the whole animation) with a button. I am making a pause/play button that stops everything (including movieclips) but it's not possible to add script to the down frame of a button. Any help would be appreciated.


13.

Sad

Topic: Pausing Multiple Movie Clips!

Posted: 03/07/09 08:35 PM

Forum: Flash

At 3/6/09 08:43 PM, Randomini wrote: You can't do it with one script - you'll have to apply a stopping script to each MC.

Darn, that's what I was trying to avoid. Thanks anyway.


14.

Happy

Topic: Pausing Multiple Movie Clips!

Posted: 03/06/09 08:09 PM

Forum: Flash

Hey, I was wondering if there was a way to pause all movieclips in a movie (or in one frame) by pressing a button or key. If there is, then please enlighten me with your knowledge.


15.

None

Topic: Banner Errors

Posted: 04/21/08 09:23 PM

Forum: Where is / How to?

At 4/20/08 07:07 PM, BR wrote: I can see your new banner fine. (I see it with the 2008 logo). I had this problem before as well, you could try clearing your browser's cookies/cache, logoff and log on, and you should be able to see it then.

Yep it worked.


16.

Elated

Topic: Help with Movie Clip Actionscript.

Posted: 04/21/08 12:26 PM

Forum: Flash

At 4/21/08 11:58 AM, Hoeloe wrote: Use a hitbox or check the _x variable. Look on AS: Main for info.

Hitbox sounds good! Inform me, I command!
Yes please tell me what to do for this hitbox idea. I can think up a concept (invisible box over spikes that when the car moves over, it plays). Can I get any actionscript for this?


17.

Misunderstood

Topic: Help with Movie Clip Actionscript.

Posted: 04/21/08 12:09 PM

Forum: Flash

At 4/21/08 12:06 PM, GuyWithHisComp wrote:
At 4/21/08 12:01 PM, snyperscope wrote: It works fine for what it does, but I need more.
And from there it's really easy to implement my code.
If you can't, then that's your problem and I can't help you with that.

Oh my, I was talking about my code when I said that. What I meant was that it moves to the right but I cant get it to start playing.


18.

Happy

Topic: Help with Movie Clip Actionscript.

Posted: 04/21/08 12:07 PM

Forum: Flash

Hey! I think you got the idea! I just need your script with it moving a bit faster... say _x + 20; and I need it so that it only moves while the right arrow key is being held down. This is great now I need to combine the codes I guess.


19.

None

Topic: Help with Movie Clip Actionscript.

Posted: 04/21/08 12:01 PM

Forum: Flash

At 4/21/08 11:58 AM, GuyWithHisComp wrote: You didn't even tell us how your code looks like so in theory it should be impossible to help you with your code which you haven't shown... I will try though.
I suppose your code is an onEnterFrame clipevent which just ups your _x, amiright?
If so, your code could look something like this:

onClipEvent(enterFrame){
_x += 1;
if(_x>400){
_root.play();
}
}

And DO NOT just respond with: "It didn't work"

Okay then here is my code. It's identical to the tutorial so... here!

onClipEvent(enterFrame) {
if(Key.isDown(Key.RIGHT)){
this._x = this._x + 15;

}
}

It works fine for what it does, but I need more.


20.

Questioning

Topic: Help with Movie Clip Actionscript.

Posted: 04/21/08 11:55 AM

Forum: Flash

Hello, I have a question/problem. I just viewed Learn Basic Movment(http://www.newgrounds.com/portal /view/435799) and I want to Flash something that when the movie clip object gets all the way to the right side of the Flash, the next frames start playing. Does anyone know how I might do this or have a tutorial or anything that might prove helpful? I would love if anyone could help me with this.
Thanks,
snyperscope

Help with Movie Clip Actionscript.


21.

Sad

Topic: Banner Errors

Posted: 04/20/08 06:46 PM

Forum: Where is / How to?

Who here can help? I can not upload my banner/header for my profile page. I made it on Flash and used the 770 pixel width, and 40-100 pixel height requirements and have double checked the dimensions twice and it says 770 x 100 so that should be alright. When I published my work, I published it as a GIF and a JPEG. I can post the GIF with no problems but I do not want to use that because of the bad quality. I click in the JPEG pic and post it but the effect is as if I refreshed the page. I dosen't work. Has anyone experienced this before or knows what to do? I would be very happy if I got any help. I want to fix this ASAP because my banner says 2007.


22.

None

Topic: Pressing keys to get to new frames.

Posted: 04/20/08 06:29 PM

Forum: Flash

Thanks for the help everyone! I'll be sure to test and try to use the working codes here. I was not so sure I would get a serious response.

Pressing keys to get to new frames.


23.

Resigned

Topic: Pressing keys to get to new frames.

Posted: 04/15/08 09:24 PM

Forum: Flash

Hello! Right now I am making a Flash quiz game. I keep encountering this problem with the Actionscript codes I am using. I am working with Flash CS3 using Actionscript 2.0 (will do 3.0 if necessicary). What I am trying to make happen is that when someone presses the Up Arrow Key it goes to the next frame (267). I get errors saying "Mouse events are permitted only for button instances" and "Syntax Error". Can someone help me with this?


24.

Happy

Topic: Abortion

Posted: 04/15/08 09:17 PM

Forum: Politics

I agree.


All times are Eastern Standard Time (GMT -5) | Current Time: 02:35 AM

<< < > >>

Viewing 1-24 of 24 matches.