Be a Supporter!
Response to: The Official Newgrounds Msn List Posted September 8th, 2008 in General

danielsteff@hotmail.com
Add me!!

Response to: Two grounds instead of one Posted August 25th, 2008 in Game Development

At 8/25/08 09:20 AM, El-Presidente wrote: Yeah, it can't register two things with the same name, because otherwise, how would it know which one you're talking about? So, I recommend you name them based on what they do, so like if it was walking ground and water, named them 'ground' and 'water.' But, it all depends on what you want to name them, because 'ground1' and 'ground2' works just as well.

I fucked up the script and ground2 is fucked up as well.
I need help with the script of GROUND2

Response to: menu disable Posted August 25th, 2008 in Game Development

At 8/25/08 07:46 AM, hellhound2 wrote:
At 8/25/08 07:44 AM, hellhound2 wrote: oh and one more thing (if you guys don't mind and it doesn't even correspond with the thread) how can you make the BG scroll on both left and right AND up and down.. the code i have only enables it to either be up and down or left and right.
yes it goes left and right/up and down by the movement of MC "player"

Huh? You mean the screen is following the MC?
Need a use of vCam and vCam Script.

Two grounds instead of one Posted August 25th, 2008 in Game Development

Hello NG!
Once again I'm asking a question about flash, that you
may know the answer for it.

In the game I am working on I need 2 kind of "grounds"
that the player can walk on.

Now, when I make two MC's with "ground" instance only
ONE is working, and the other one is like "NOTHING" the
player can go trough it.

Please help.

My script for the ground part on the player is

"-START
if (_root.ground.hitTest(_x+(_width/2)+ex, _y-(_height/2), true) || _root.ground.hitTest(_x+(_width/2)+ex, _y-(_height/6), true) || _root.ground.hitTest(_x+(_width/2)+ex, _y-_height, true)) {
_x -= speed;
}
if (_root.ground.hitTest(_x-(_width/2)-ex, _y-(_height/2), true) || _root.ground.hitTest(_x-(_width/2)-ex, _y-(_height/6), true) || _root.ground.hitTest(_x-(_width/2)-ex, _y-_height, true)) {
_x += speed;
}
if (_root.ground.hitTest(_x, _y-_height-15, true)) {
grav = 1;
}
}
"-END

Thank you and sorry for bad grammar.

Response to: I Need V-cam Help Posted August 19th, 2008 in Game Development

At 8/19/08 02:16 PM, mwmike wrote: You set the X and Y position of the V-Cam to the X and Y position of the Player

I just dont get it...

I Need V-cam Help Posted August 19th, 2008 in Game Development

Hello Newgrounds!
Once again I'm asking you, the Newgrounds community,
for help.

This time, it's different.
I need a script, that the V-Cam will follow the player.
All I'm asking.
I've been looking in fail sites, and I didn't found anything.

Lolz from me, Daniel Steff, Thank you and sorry for my bad grammar.

Response to: A good GIf image? Posted August 19th, 2008 in Game Development

At 8/19/08 12:23 PM, ThaDj wrote: Use less colors

What do you mean "Less colors"?!

A good GIf image? Posted August 19th, 2008 in Game Development

Hey, It's me again!
Well, I got another simple question...
As you know, when you submit a
flash(or make yourself a GIF image)
you need a little 46x46 GIF image.

Now, I saw that people's GIF looks
great, but my GIF sucks balls.

Anybody can help me on this one?

Thanks and sorry for my bad grammar.

Umm nooby problem Posted August 18th, 2008 in Game Development

Hey!!
I'm here with another question....simple one....
I'm making a game and there a -touch-that-go
-to-that-frame and stuff, so I'm asking you,
where is the thing that shows you what frame
you are on?

Little and Simple, Thank you.

Response to: Keyboard Letter Press Posted August 18th, 2008 in Game Development

All the scripts give me hell load of errors.
In/out of MC.

Response to: Create Me A Medal Posted August 18th, 2008 in Game Development

At 8/18/08 06:27 AM, funkycaveman wrote:
At 8/18/08 06:24 AM, DanielSteff wrote: Here you go, a nice little Bio hazard-symbol medal.
i like it did you create it yourself?

Yeah

Response to: Photoshop TehSlapHappy Posted August 18th, 2008 in General

Very Random.

Photoshop TehSlapHappy

Response to: Create Me A Medal Posted August 18th, 2008 in Game Development

Here you go, a nice little Bio hazard-symbol medal.

Create Me A Medal

Response to: Keyboard Letter Press Posted August 18th, 2008 in Game Development

At 8/18/08 05:34 AM, Alpharius120 wrote:
At 8/18/08 05:17 AM, DanielSteff wrote:
At 8/18/08 05:15 AM, Alpharius120 wrote:
First of all the game is tricky, and what do you mean with making an MC and apply "it" there?
the coding is "it".

Ok well no error but still doesn't do anything..

Response to: Keyboard Letter Press Posted August 18th, 2008 in Game Development

At 8/18/08 05:15 AM, Alpharius120 wrote: so you just want a frame that leads to it? I'd put like a little thing in the corner or something if this is a progressive game that says, press B to continue, convert it to an mc and apply the coding there. but if you don't want anyhting like that to be seen, make an mc, reduce the alpha and apply it there.

First of all the game is tricky, and what do you mean with making an MC and apply "it" there?

Response to: Keyboard Letter Press Posted August 18th, 2008 in Game Development

At 8/18/08 05:10 AM, Alpharius120 wrote: wait what are you trying to apply this to?

Ummm I'm trying that on random frame
you will have to press'B' to go to the next frame.

Response to: Keyboard Letter Press Posted August 18th, 2008 in Game Development

At 8/18/08 05:06 AM, Alpharius120 wrote:
At 8/18/08 05:02 AM, DanielSteff wrote: Hello, for my new flash game I have another problem.
I need a script that each time i press B (Which is number 66 on ACSII)
It will go to some frame.

All I'm asking, please help.

Sorry for my bad grammar.
onClipEvent (enterFrame) {
if(Key.isDown(66)) {
gotoAndStop(frame#)
}
}

or something along those lines.

It gives me a weird error:
"Clip events are permitted only for movie clip instances
onClipEvent (enterFrame) {"

Help please?

Keyboard Letter Press Posted August 18th, 2008 in Game Development

Hello, for my new flash game I have another problem.
I need a script that each time i press B (Which is number 66 on ACSII)
It will go to some frame.

All I'm asking, please help.

Sorry for my bad grammar.

Response to: Disabling game-cheats? Posted August 17th, 2008 in Game Development

Thank you very much guys!

Response to: Disabling game-cheats? Posted August 17th, 2008 in Game Development

At 8/17/08 03:25 PM, zrb wrote: Put this on your frame to take out the right-click menu:

Stage.showMenu = false;

This is great Thank you very much!
Now all I need is the TAB Thing...

Disabling game-cheats? Posted August 17th, 2008 in Game Development

Hello, I'm Daniel Steff and now I'm making a game.
Flash game of course, and I have trouble with it.
In alot flash games you can cheat by clicking on
the right click of the mouse, and then pressing
forward and it just go to the next frame/level
in-game.

So I am asking you, how to disable it.
I saw alot games that you CANT cheat like that,
but how?

And also I have a problem with another cheat, tabbing.
In my game some parts will be hard and people will
need to find something to click on, but some people use
the TAB button, which allows them to see what they
can press in the game.
I need the Action-Script Number thingy of the button TAB,
so I could do like: Every time someone is clicking on TAB,
he will go to a losing frame.

Thank you and sorry for my bad grammar.

Response to: Do You Think Area 51 Is Real? Posted August 16th, 2008 in General

Area51 is a secret place in Nevada, made for planes only.
Some say there is alien tech, and some say they are trying to make
a weather controller.
It's still real.

What the fuck clockday? Posted August 15th, 2008 in General

Can anyone explain me why the fuck all the clockday
flashes got a very high score?

Salomon School - Death of children Posted June 1st, 2008 in General

Hello newgrounds!
I'm Daniel Steff and my life is very weird and interesting.
Alot of cool stories happen in my life, and I always talk about them.
Well, I'm here to bring you, newgrounds , some cool stories.
I will tell you funny, scary and weird stories.

WARNING: The next story is for the brave people of us, and not for the ones who
get scared easy.
So all the ones who scared from creepy stories, or have nightmares from scary
stuff, please, LEAVE.
Well I'm starting.

Salomon School
Ok well, couple days I heard a story about a school, and not regular one.
That school is in Israel, Petah-Tikva.
In that school, 8 pupils died from different reasons.
From some reason the school closed aswell.(Nobody knows the real reason)
People say that after the hour 19:00 exactly, their ghosts starting to fly around.
My friends went to that school, since they are brave, and they said they got hit
no reason. My friend Alex had a black-eye, and other guys got different stuff.
My other friend Michael went to that school too, he didn't knew a thing about
that school, and after he went home, he felt something in his chest.
He took off his shirt and saw a blood spot on his chest, and his name was wroted
in blood. He said his other friend got the same too.
The electric was cutted off 3 years ago, but in the hour 21:00 there is a ring.
The bell rings! OMG what the hell?
The school is still a mystory, but we will know the troof soon...

This story is real or not, I'm not sure.
I don't believe in it much, but who cares.