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

We found 989 matches.


<< < > >>

Viewing 1-30 of 989 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92133

1.

Crying

Topic: AS2 question

Posted: 11/30/09 02:09 PM

Forum: Flash

At 11/30/09 01:48 PM, Bogoblin wrote: If it is on the main timeline you need to use:

onEnterFrame = function () {
cam(player);
}

Try it.

i know and i did but its aint wokring for somehow...only if im putting it on enterframe not my function...


2.

None

Topic: AS2 question

Posted: 11/30/09 01:27 PM

Forum: Flash

At 11/30/09 11:59 AM, nathanielmilburn wrote: function cam(player) {
cam._x = player._x;
go_ahead_and_start;
}

wtf?!
its the same as what i did ...
wait what WTF?!


3.

None

Topic: What type of game?

Posted: 11/30/09 11:53 AM

Forum: Flash

At 11/28/09 07:11 PM, JKAmovies wrote:
At 11/28/09 09:54 AM, BloodSucker150 wrote: wher is your zombie shot game?
What do you mean where is it?

where is the game..how can i play it/?(the zombie shoot game)


4.

None

Topic: AS2 question

Posted: 11/30/09 11:48 AM

Forum: Flash

its on main timeline frame..


5.

Happy

Topic: AS2 question

Posted: 11/30/09 11:28 AM

Forum: Flash

hi im making a game on AS2 and i got a problem
i ahve this code but its aint wokring - i mean flash isnt reading it for somehow..
so please if you can help me.
the code:

function cam(player) {
	cam._x = player._x;
}

6.

None

Topic: My latest drawing

Posted: 11/30/09 10:37 AM

Forum: Art

At 11/30/09 07:33 AM, Synnxile wrote:
At 11/29/09 04:14 PM, Snowman wrote:
At 11/29/09 04:13 PM, Synnxile wrote:
At 11/29/09 03:55 PM, BlackmarketKraig wrote:
Actually you can, and it's something I'd recomend.
well damn, i dind't know that lol. i know what i'm making a thread about now.
complete, un-needed double post
it was a mistake, my computer was spazzing out and freezing. it's because i have this file that keeps running randomly, getting big, and then ends in an Send Error report message. it's lame, i know.

I was wondering BloodSucker, they said you posted to a higher res picture. When i click the link it takes me to the Art Portal; not your specific Artwork. I guess i don't see what's goin' on..could you explain? I want to do this too

its not bad linking and not anything just a newgrounds lag..
you need to copy the line so it will be this:
http://www.newgrounds.com/art/view/blood sucker150/bloodsucker
thats all ;P


7.

None

Topic: My latest drawing

Posted: 11/30/09 06:23 AM

Forum: Art

ok we got it this theard is leagel,and you cant double post now please tell me what you think about my art.


8.

Angry

Topic: Levels Desinger needed!

Posted: 11/29/09 03:51 PM

Forum: Flash

really come on guys~!!


9.

Thinking

Topic: My latest drawing

Posted: 11/29/09 03:50 PM

Forum: Art

hey i drawn something about my logo char:
http://www.newgrounds.com/art/view/blood sucker150/bloodsucker - for high quality
please give me your opinions and if you can recomment on my art :3

and here is the pic lolz:

My latest drawing


10.

None

Topic: My new drawing

Posted: 11/29/09 03:21 PM

Forum: Art

At 11/29/09 03:17 PM, daniel123297 wrote: Wow, thats so awesome bro' you know what would make it really cool yo? This would make your picture look totally epic bro'!

hi man its ok by thoose rules..


11.

Thinking

Topic: My new drawing

Posted: 11/29/09 03:15 PM

Forum: Art

hey i drawn something about my logo char:
http://www.newgrounds.com/art/view/blood sucker150/bloodsucker
please give me your opinions and if you can recomment on my art :3


12.

None

Topic: Levels Desinger needed!

Posted: 11/29/09 01:29 PM

Forum: Flash

uhh bump!


13.

None

Topic: Levels Desinger needed!

Posted: 11/29/09 12:16 PM

Forum: Flash

hi guys!
im making a puzzle game and I need someone thet will help me with making thoose levels..its just too hard for me -its too mutch so i need someone thet will help me to come up with ideas for levels..
so i guess he can have 5% of sponsor money or 10% depends on his work...

so is anybody interested..
sorry but i cant show the game because i ant it to be kind of surprise,so..

my msn is Awesometom1@hotmail.com


14.

None

Topic: AS3 question

Posted: 11/29/09 11:00 AM

Forum: Flash

At 11/29/09 09:12 AM, Yambanshee wrote: not control panel. when you test the movie (hit cntl+Enter) the pop-up that plays ur game has things at the top of it (file view control etc...). Click on that control and at the botom of the drop down theres a option to disable shortcut keys

ohh thx man now its working...
will it work on this website or in outher websites too?


15.

None

Topic: AS3 question

Posted: 11/29/09 08:39 AM

Forum: Flash

At 11/29/09 08:22 AM, Yambanshee wrote:
At 11/29/09 08:07 AM, BloodSucker150 wrote: i tried but somehow my flash have problems i guess...
the code you gave me is ok but its" telling" me what key i pressed but it cant identify the letter keys (such as:A,S,D,F,Z,X etc..)
read my post above. im confident its your problem

i dont have this option on my control-control panel


16.

None

Topic: AS3 question

Posted: 11/29/09 08:07 AM

Forum: Flash

At 11/29/09 06:15 AM, 4urentertainment wrote: I just tried this code, works perfectly:

stage.addEventListener(KeyboardEvent.KEY _DOWN, myKeyDown);
function myKeyDown(e:KeyboardEvent):void{
if (e.keyCode == 65){
trace('a');
}
}

If that doesn't work, try this, it'd tell you what key you pressed, as milchreis suggested:

stage.addEventListener(KeyboardEvent.KEY _DOWN, myKeyDown);
function myKeyDown(e:KeyboardEvent):void{
trace(e.keyCode);
}

Hope this helped.

i tried but somehow my flash have problems i guess...
the code you gave me is ok but its" telling" me what key i pressed but it cant identify the letter keys (such as:A,S,D,F,Z,X etc..)


17.

None

Topic: AS3 question

Posted: 11/28/09 02:33 PM

Forum: Flash

At 11/28/09 02:31 PM, Dugh wrote: Do what Archon68 told you to do; put in trace(); to get to the bug.
If I were you, I'd put this into your if statement:

trace("Key is pressed");

If the trace appears in the output panel, there's nothing wrong with your if statement. In other words, the problem must be the gotoAndStop.

This will save you lots of time someday.

well the trace doesnt appears thets why i need help ... i tried to trace before..and thets why i asked for help


18.

None

Topic: AS3 question

Posted: 11/28/09 02:22 PM

Forum: Flash

At 11/28/09 02:17 PM, Archon68 wrote: Try tracing each step of the process in your code, to see if the code is executing everything you need it to.

AS3 supports stop(), play(), gotoAndStop, etc., so there's a problem with your code. :|

i dont get it ..
so how do i fix this code:
stage.addEventListener(KeyboardEvent.KEY _DOWN, myKeyDown);
function myKeyDown(e:KeyboardEvent):void{
if (e.keyCode == 65){
s4.gotoAndStop(2);
}
}


19.

Crying

Topic: AS3 question

Posted: 11/28/09 02:03 PM

Forum: Flash

please help me..


20.

Misunderstood

Topic: AS3 question

Posted: 11/28/09 01:28 PM

Forum: Flash

At 11/28/09 01:10 PM, milchreis wrote: Is there an error or is just nothing happening?

nope..
this is the code:
stage.addEventListener(KeyboardEvent.KEY _DOWN, myKeyDown);
function myKeyDown(e:KeyboardEvent):void{
if (e.keyCode == 65){
s4.gotoAndStop(2);
}
}

btw:
i tried to make somethign from as2 to as3 and it worked but it wend diffrant..i made a line thet conect to 2 dots,i\and its conecting to them but his(the line) size is biger then the distance between the dots..
here is the code:
dot 1 = Spike
dot 2 = hand
line = line
----code:---------
addEventListener(Event.ENTER_FRAME, Statch);
function Statch(event:Event):void {
line.x = (Spike.x+hand.x)/2;
line.y = (Spike.y+hand.y)/2;
line.scaleX = Math.sqrt(Math.pow(Spike.x-hand.x, 2)+Math.pow(Spike.y-hand.y, 2))/4;
line.rotation = Math.atan((hand.y-Spike.y)/(hand.x-Spike .x))*180/Math.PI;
}
////EndCode.....


21.

None

Topic: AS3 question

Posted: 11/28/09 01:07 PM

Forum: Flash

hi i started to go from AS2 to AS3 and iv got a big problem..
how come thet i cant use gotoAndStop(); and stop(); and play(); in AS3??
any suggestion?
i wrote this:
player.gotoAndStop(3);
and it aint wokring..so what should i do?


22.

Winking

Topic: Programmer for a launce game

Posted: 11/28/09 11:33 AM

Forum: Flash

hi man you know waht..yeah ill do it.just talk to me:
MSN
Awesometom1@hotmail.com


23.

None

Topic: What type of game?

Posted: 11/28/09 09:54 AM

Forum: Flash

wher is your zombie shot game?


24.

Winking

Topic: Programmer for a launce game

Posted: 11/28/09 09:51 AM

Forum: Flash

make some GOOD art works and ill do it!
;)


25.

None

Topic: What type of game?

Posted: 11/28/09 08:39 AM

Forum: Flash

At 11/28/09 06:11 AM, JKAmovies wrote:
At 11/28/09 05:51 AM, BloodSucker150 wrote: whats with your Zombie Shoot game?
That's an entirely different project, that's a defence game.

I'm just getting ideas for my Xmas game.

yeah but did yo ufinished zombie shot?
btw my idea for your xmas game is a shooting AI game...can be really nice!


26.

None

Topic: What type of game?

Posted: 11/28/09 05:51 AM

Forum: Flash

whats with your Zombie Shoot game?


27.

None

Topic: Artist Needed $:P

Posted: 11/27/09 04:32 PM

Forum: Flash

The needing is still on :)


28.

None

Topic: Pixels?

Posted: 11/25/09 04:47 AM

Forum: Flash

hi guys i would like to make something with pixels but where can i get it-or with what im doing a pixel art?
flash?


29.

None

Topic: Artist Needed $:P

Posted: 11/25/09 02:28 AM

Forum: Flash

At 11/24/09 01:55 PM, Saza wrote: The main reason I wasn't interested was because of the awful grammar in your post. I forced my self to read it hoping it was a good idea.

It was not.

sorry about thet..
its your lost..


30.

None

Topic: Logo opinion

Posted: 11/24/09 04:07 PM

Forum: Flash

thx..
more opinions?


All times are Eastern Standard Time (GMT -5) | Current Time: 06:01 PM

<< < > >>

Viewing 1-30 of 989 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92133