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

We found 197 matches.


<< < > >>

Viewing 1-30 of 197 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7

1.

Shouting

Topic: The Sponsor Review Thread

Posted: 12/17/07 06:45 AM

Forum: Flash

This thread is too good to go by!

bump

2.

Happy

Topic: I want to live in the USA

Posted: 12/17/07 05:14 AM

Forum: General

At 12/17/07 02:34 AM, emochild wrote: I want to move to New Zealand one day

Lol i live in NZ, its really nice but its being run by a lesbo

true fact

If you are coming to live here, come live in the south island! Not the North Island as there are heaps of wanabee gangsta faggots!! The waters nicer is-well!! lol


3.

None

Topic: MaxGames Flash Contest

Posted: 12/17/07 02:08 AM

Forum: Flash

At 12/16/07 02:53 PM, Louissi wrote: Now that the delay is over, why is there games listed but not playable anywhere? Is that cheating? How can we know if the games really made it in time? There is some rules in this contest and they have to be respected...

I don't say that to be a bitch, I just want to understand.

holy crap you are rich!!!


4.

None

Topic: Need A Flash Banner - Will Pay

Posted: 12/15/07 07:04 PM

Forum: Flash

So is it about cricket!
i might do one for you


5.

Elated

Topic: Newgrounds Playstation 3 Theme!

Posted: 12/15/07 06:55 PM

Forum: NG News

we will...must re-crop em for pc monitors

Do it! it will be so mint!!! !!!!!!!!!!!!!!!


6.

None

Topic: Urgent Help Needed!

Posted: 12/15/07 07:28 AM

Forum: Flash

sweeeet, deleting file off surver! if thats ok!


7.

Happy

Topic: Is it possible to play a MC...

Posted: 12/15/07 07:12 AM

Forum: Flash

do you know how long it took me to draw that lol

bump

8.

Happy

Topic: Urgent Help Needed!

Posted: 12/15/07 06:59 AM

Forum: Flash

Ok i did it for you:)
Heres the link!

Clicky

i own you lol


9.

None

Topic: Is it possible to play a MC...

Posted: 12/15/07 06:20 AM

Forum: Flash

Hey there guys!

once again lol

Is it possible to play a pacific frame in another MC while you are in a different MC off the main timeline???because im having trouble playing the pacific frame!!

Like this!

Is it possible to play a MC...


10.

None

Topic: If your bored help me with _globals

Posted: 12/14/07 11:17 PM

Forum: Flash

please help

bump!

11.

Elated

Topic: The Sponsor Review Thread

Posted: 12/14/07 11:15 PM

Forum: Flash

Man this thread is the best ever!! Most useful anyways
I'm currently making my first game and just realized I get paid 50% more as I live in nz! lol
It's going to be WICKED!!


12.

None

Topic: If your bored help me with _globals

Posted: 12/14/07 08:43 PM

Forum: Flash

At 12/14/07 08:36 PM, Vengeance wrote: if(_global.shoot){
_root.fire.gotoAndStop("dicks");

Ahahah lol um yer still not working.
I was wondering can you access _globals inside MC's or can you only access them on the main timeline?


13.

None

Topic: If your bored help me with _globals

Posted: 12/14/07 08:35 PM

Forum: Flash

nope still nothing????
thanks


14.

None

Topic: If your bored help me with _globals

Posted: 12/14/07 07:46 PM

Forum: Flash

Hey there

Can someone please help me with my _global problems as i am trying to make _global.shoot = true; on a specific keyframe in a MC that sets off this code on another MC

if(shoot == true){
gotoAndPlay("fire");
}

But it dosn't seem to set off the "fire" animation?
Thanks


15.

Happy

Topic: Having two MC as cursors?

Posted: 12/14/07 06:47 PM

Forum: Flash

At 12/14/07 06:42 PM, ShirkDeio wrote: I would personally put it in the main timeline, using a "cursor1_mc.onEnterFrame = function()" function, but if you're using "onClipEvent(enterFrame)" function, use this code:

onClipEvent(enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}

WOW it worked!! Thanks a million ShirkDeio!!!


16.

Happy

Topic: Sponsorship Problems...

Posted: 12/14/07 06:43 PM

Forum: Flash

Not sure as I have never submitted any work yet.
You should send a nice pm to a couple of people that have submitted games like:
danni - clear vision
And see how long it took them to get a response.


17.

None

Topic: Having two MC as cursors?

Posted: 12/14/07 06:37 PM

Forum: Flash

At 12/14/07 06:29 PM, ShirkDeio wrote: Don't use startDrag();

Use this:

this._x = _xmouse;
this._y = _ymouse;

Oh thanks, im using that instead now but when i assign

onClipEvent(enterFrame){
this._x = _xmouse;
this._y = _ymouse;
}

on both of the MC's it glitchs from the one MC to the other!
not sure why?
Thanks


18.

Questioning

Topic: Having two MC as cursors?

Posted: 12/14/07 06:21 PM

Forum: Flash

Hey there
Is there a way of having two movie clips as cursors?
Becasue i tried adding this piece of AS on both MC's but it dosnt seem to work:(

onClipEvent(load){
Mouse.hide();
this.startDrag(true);

}


19.

Elated

Topic: hitTest help! +++

Posted: 12/14/07 04:26 PM

Forum: Flash

At 12/14/07 04:21 PM, GustTheASGuy wrote: The problem is caused by '1man'. Tokens cannot start with numbers in most languages.

Wahoooo it Works!! you did it again!!!
Thanks


20.

None

Topic: hitTest help! +++

Posted: 12/14/07 04:16 PM

Forum: Flash

At 12/14/07 04:10 PM, under-siege wrote: An the error messages are?

**Error** Scene=Scene 1, layer=curser, frame=559:Line 7: ')' or ',' expected
if(_root.mission1curser.mission1curser2.
dot.hitTest(_root.mission1level.1man.1he ad)){

**Error** Scene=Scene 1, layer=curser, frame=559:Line 8: Syntax error.
_root.mission1level.1man.gotoAndPlay("de ath");

**Error** Scene=Scene 1, layer=curser, frame=559:Line 7: Statement must appear within on/onClipEvent handler
if(_root.mission1curser.mission1curser2.
dot.hitTest(_root.mission1level.1man.1he ad)){

**Error** Scene=Scene 1, layer=curser, frame=559:Line 10: Unexpected '}' encountered
}

Total ActionScript Errors: 4 Reported Errors: 4


21.

None

Topic: hitTest help! +++

Posted: 12/14/07 04:07 PM

Forum: Flash

Hey there guys
Why is this showing up with 4 errors when everything is right! Iv checked it over and over and just can't find the problem.
It's just a simple custom curser movieclip that is going to see if my "dot" MC touches the "1head" MC so it can play "death"!
Here is the actionscript on the custom curser movieclip:

onClipEvent(load){
Mouse.hide();
this.startDrag(true);
//var i:Number = 100;
}
onClipEvent(mouseDown){
if(_root.mission1curser.mission1curser2.
dot.hitTest(_root.mission1level.1man.1he ad)){
_root.mission1level.1man.gotoAndPlay("de ath");
}
}

Help would be mostly appreciated!


22.

None

Topic: Need a heroic/suddle song for game

Posted: 12/14/07 05:42 AM

Forum: General

At 12/14/07 03:31 AM, WritersBlock wrote: OMFG you posted in the audio forum, no one responded in 30 min so you came here. It doesn't belong here, just keep it in the AF and wait.

Ahahahha u sound like your whole life was dovoted to ng and its rules for a second.


23.

None

Topic: Need a heroic/suddle song for game

Posted: 12/14/07 03:25 AM

Forum: General

Hey there guys

I was just wondering if you know of any heroic/suddlish songs for my new game that im making!

thanks


24.

None

Topic: Need a heroic/suddle song for game

Posted: 12/14/07 03:24 AM

Forum: Audio

thats it im going to general about this, no-ones on audio


25.

Elated

Topic: Making sounds louder in FL?

Posted: 12/14/07 03:23 AM

Forum: Audio

Wow thanks guys!!

I got it now~!


26.

None

Topic: Need a heroic/suddle song for game

Posted: 12/14/07 01:58 AM

Forum: Audio

Hey there guys

I was just wondering if you know of any heroic/suddle songs for my new game that im making!

thanks


27.

Happy

Topic: Bluring?

Posted: 12/13/07 10:00 PM

Forum: Flash

ok thanks! ill give it a try


28.

None

Topic: Bluring?

Posted: 12/13/07 08:20 PM

Forum: Flash

Hey there NG fellows

I was just wondering how can you blur a background (like a city) with just another MC?

Like this bellow: (see how they created a box overtop of the background and somehow got it to blur like so!) heres the link to the site if ya need it: clicky

Thanks

Bluring?


29.

None

Topic: How to make a frame wait in secs???

Posted: 12/12/07 07:27 PM

Forum: Flash

Oh thanks!


30.

None

Topic: I have bird flu!

Posted: 12/12/07 07:49 AM

Forum: General

At 12/12/07 07:47 AM, rickyboyce wrote:
At 12/12/07 06:30 AM, Brick-top wrote: Since people are posting guns.....
Dont try to think you can bet my gun

fukk , don't ya hate it when you are trying to be cool and ya spell wrong! (bet = beat)


All times are Eastern Standard Time (GMT -5) | Current Time: 07:31 PM

<< < > >>

Viewing 1-30 of 197 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7