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

We found 119 matches.


<< < > >>

Viewing 1-30 of 119 matches. 1 | 2 | 3 | 4

1.

None

Topic: CS3 code collapse = lol?

Posted: 04/27/09 05:24 AM

Forum: Flash

Uh oh, it looks like you're really in a pickle.

/sarcasm.

2.

None

Topic: Some Easy Questions:

Posted: 04/27/09 05:21 AM

Forum: Flash

AS2 or AS3?


3.

Happy

Topic: Newgrounds is back (theme)

Posted: 04/02/09 04:35 AM

Forum: General

I'm somewhat... relieved.


4.

None

Topic: Your favorite podcasts?

Posted: 03/26/09 04:24 AM

Forum: General

At 3/26/09 01:05 AM, Rebbay wrote: Hamish and Andy. They're Australian, and they're hilarious.

Hamish and andy FTW!


5.

None

Topic: Removing attached movieclips

Posted: 03/17/09 02:25 AM

Forum: Flash

I have a game, where enemys spawn randomly, from this tutorial. It works fine but when the flash goes to another frame they keep coming :S
This is the code:

onEnterFrame = function () {
    if (random(10) == 0) {
        attachMovie("bullet","b"+i,getNextHighestDepth(),{_y:random(Stage.width), _x:Stage.height});
        bullets[bullets.length] = i;
        i++;
    }
    for (j=0; j<bullets.length; j++) {
        n = bullets[j];
        _root["b"+n]._x -= 20;
        if (_root["b"+n].hitTest(_root.wall)) {
            removeMovieClip(_root["b"+n]);
			_root.touched ++;
            bullets.splice(j,1);
        }
	}
	};
}

How do I stop this? I know it has something to do with removeMovieClip(); or something like that but I'm not too sure.


6.

None

Topic: Timers in flash.

Posted: 03/17/09 02:06 AM

Forum: Flash

Here's pretty good tutorial.


7.

None

Topic: Music and importing issues

Posted: 03/16/09 11:50 PM

Forum: Flash

What kind of music file? Sometimes mp3's won't work, try saving it as WAV


8.

None

Topic: how do you make a small quiz

Posted: 03/15/09 11:53 PM

Forum: Flash

Did you try Google? That was the first result.


9.

Happy

Topic: Calvin and Hobbes

Posted: 03/12/09 02:25 AM

Forum: General

Calvin and Hobbes is AWESOME!!!! :D


10.

None

Topic: sorta math related

Posted: 03/11/09 02:38 AM

Forum: Flash

At 3/11/09 02:26 AM, wagnerben wrote: okay...well...im making this game and i need to have a "total skill" value which is the 3 skills added together and divied by 3...i can't seem to figure this out..
i've tried _root.overall=_root.skill1+_root.skill2+
_root.skill3/3
and: _root.overall=(_root.skill1+_root.skill2 +_root.skill3)/3
but all of these keep returning the value 0
i have the variable names on all the text boxes and when i test the game, the values for each individual skill raises, i just can't figure out this part.
plz help newgrounders
from a fellow programmer in peril, plz, plz help
=]

I think you might need for your overall var:

overall = (skill1+skill2+skill3)/3;

It worked for me when i tested it.


11.

None

Topic: Idk If This Is The Correct Place...

Posted: 03/10/09 11:04 PM

Forum: Flash

At 3/10/09 10:53 PM, Haroldmsv wrote:
At 3/10/09 10:41 PM, Nano256 wrote: Use and practice flash...
But I wouldnt even know how to start

Well, you can get Flash here and there are HEAPS of tutorials on the net like here and on Google.


12.

None

Topic: flash help is what i need :)

Posted: 03/10/09 10:59 PM

Forum: Flash

At 3/10/09 08:47 PM, joeb101 wrote: hey im a toatle not animator trying to become an animator! anyone want to point me to some good tutorials? also how do i get a flah creator thing? LOL sorry but im not good with this stuff.

You can get a 30 Trial version of Flash cs4 here and there are plenty of good tutorials on NG. And there's always Google if you want more.


13.

None

Topic: dynamic text in MC

Posted: 03/07/09 06:33 PM

Forum: Flash

A dynamic text box inside an mc won't work. on the frame we have:

mc.scoreshow = ""+score+"";

But it the score doesn't show up, but outside the mc it does. Any help?


14.

None

Topic: Combine mc's with v-cam

Posted: 03/07/09 04:23 AM

Forum: Flash

At 3/7/09 04:07 AM, sinz3ro wrote: That's a very evasive and potentially annoying way to do this. Making something stay with the camera is easily done by removing the part of the AS in the cam that says:

_visible = false;

And just putting whatever HUD stuff inside the camera itself. For me its much less of a hassle and makes it easier to edit things.

Thank you so much :D It's been a problem for ages! I commend you, sinz3ro.


15.

None

Topic: Combine mc's with v-cam

Posted: 03/07/09 03:16 AM

Forum: Flash

In a game, how would you combine an mc with vcam so that the health bar etc stays in the corner? we've tried putting inside the vcam itself but it doesn't show up. any help?


16.

Expressionless

Topic: Help Need Advice

Posted: 02/06/09 03:50 AM

Forum: General

At 2/6/09 12:49 AM, adre wrote: to own my friend with this or not to own my friend with this?

Uh.... erm... yes.


17.

Misunderstood

Topic: The Confession Thread

Posted: 02/06/09 03:48 AM

Forum: General

I walked into a glass door today.


18.

None

Topic: Using the Scroll Wheel

Posted: 02/06/09 03:26 AM

Forum: Flash

At 2/6/09 03:08 AM, CrustySheet wrote:
At 2/6/09 02:28 AM, DerekTheSpaceDog wrote: Ah, doesn't matter, I figured it out.
how abouts posting the solution so peoples can refer back to this thread

Well I realised that instead of using all these variables i just made the moving on the mouseEvent. So:

mouseL = new Object();
mouseL.onMouseWheel = function(scroll) {
ship._x -= thrust;
}
Mouse.addListener(mouseL);

There.


19.

None

Topic: Using the Scroll Wheel

Posted: 02/06/09 02:28 AM

Forum: Flash

Ah, doesn't matter, I figured it out.


20.

Crying

Topic: Using the Scroll Wheel

Posted: 02/06/09 02:02 AM

Forum: Flash

At 2/6/09 01:55 AM, CrustySheet wrote: uhhh

if Scrolling equels true then scrolling equels true?

if(_root.scrolling = true){
mouseL = new Object();
mouseL.onMouseWheel = function(scroll) {
_root.speed = true;
_root.scrolling = true;
}

I just don't know anymore...

100th post btw.

21.

None

Topic: Using the Scroll Wheel

Posted: 02/06/09 01:44 AM

Forum: Flash

im guessing it's because your passing scroll into your functions but your not using scroll EVER what is scroll and why is it being passed in?

you allso have the same function many times with different outcomes

this looks like as3??

if so im useless here

Well it's the scroll var thats making the character move, which I didnt include the code for at the start.
And no, it's not as3.


22.

None

Topic: Why did you pick your username?

Posted: 02/06/09 01:20 AM

Forum: General

Because I'm a canine astronaught with internet connection in space.


23.

Resigned

Topic: Using the Scroll Wheel

Posted: 02/06/09 01:01 AM

Forum: Flash

I'm using the scroll wheel in a game. I want to make it so when the scroll wheel is scrolled a variable (speed) is true. If you aren't scrolling speed is false. My current code is:

var scrolling:Boolean = false;
mouseL = new Object();
mouseL.onMouseWheel = function(scroll) {
	_root.scrolling = true;
}
 if(_root.scrolling = true){
	 mouseL = new Object();
mouseL.onMouseWheel = function(scroll) {
_root.speed = true;
_root.scrolling = true;
}
Mouse.addListener(mouseL);
 } else {
	 _root.scrolling = false;
	 _root.speed = false;
 }

But speed keeps staying true. Any help?

I feel like such a noob. :(

24.

None

Topic: AS help

Posted: 02/06/09 12:38 AM

Forum: Flash

At 2/6/09 12:31 AM, studio-nightbird wrote: Okay I'll get to the point to save us all time. I have a button that you press. When you press it it plays a little animation. What I'm trying to do is make it so at the end of the animation it loads up a website page on the same window. What will I need to do.

note: remember it must load to the webpage AFTER the little animation. thanks guys ;)

Well, on the last frame of your animation put:

getUrl("http://www.examplae.com/blah.html", "_self");

Hope that helps!


25.

None

Topic: load game?

Posted: 02/05/09 05:20 PM

Forum: Flash

At 2/5/09 12:41 PM, fallensoul289 wrote: why do i even bother by the time anyone answers to help me thye dont give me a right answer or i figure it out on my own why cant people answer this and help me out

Maybe you shoudn't assume that everybody here are your little servants to help you 24/7.


26.

None

Topic: Funny thread title pairs.

Posted: 02/04/09 02:12 AM

Forum: General

Here's one:

Funny thread title pairs.


27.

None

Topic: What do you do when your bored?

Posted: 02/03/09 01:01 AM

Forum: General

At 2/2/09 11:38 AM, MrShadowW wrote: I play in the computer, play my guitar, watch T.V. & sometimes i write stories.

you play IN the computer?


28.

None

Topic: Tthhtht

Posted: 01/16/09 12:46 AM

Forum: Video Games

Is that so?


29.

None

Topic: I smell my feet

Posted: 01/16/09 12:36 AM

Forum: General

At 1/15/09 11:39 PM, athf743 wrote: does anyone like to smell their feet? specially after playing basketball. mmmgood

um... no.


30.

None

Topic: Dentist Related Phobias

Posted: 01/16/09 12:32 AM

Forum: General

My phobia came true when i had 6 teeth pulled out...


All times are Eastern Standard Time (GMT -5) | Current Time: 05:27 PM

<< < > >>

Viewing 1-30 of 119 matches. 1 | 2 | 3 | 4