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: 'Magical-Mark'

We found 548 matches.


<< < > >>

Viewing 391-420 of 548 matches. 1611 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19

391.

None

Topic: Your first born's name...

Posted: 01/30/08 05:44 PM

Forum: General

Harry Potter one...this is going to be good:
Knee

Wow...AMAZING!

this was done in the danish version of HP so it might be something else at your place!

392.

None

Topic: banner help

Posted: 01/30/08 05:22 PM

Forum: Flash

What is there to know...have you never seen a banner?
it is 70 by 500 (my estimate I never really gave it much thought) and there is a picture or drawing on it.

What about it is it you do not know how to do?


393.

None

Topic: button codes

Posted: 01/30/08 05:18 PM

Forum: Flash

At 1/30/08 05:04 PM, boney-man wrote:
At 1/30/08 04:57 PM, Nickclick2 wrote: I just want someone to make me the codes!
Nobody will (or should, rather) do that for you. What will you learn by just copying and pasting someone else's code? Absolutely nothing. Now because you said that, I refuse to help.

Be more friendly.

I'd like to point you Nick to the "Read this first!"-post in the flash section of the forum it's not that hard to see.


394.

None

Topic: banner help

Posted: 01/30/08 05:12 PM

Forum: Flash

Practice, it's all there is to it.

Also: you are the one to define what you think "good" is make a banner and when you are pleased with it use it.


395.

None

Topic: Actionscript

Posted: 01/30/08 05:02 PM

Forum: Flash

At 1/30/08 04:48 PM, Arby wrote: or FOSS:Main

Amazing...didn't know such a thread existed...well it dose :D

FOSS


396.

None

Topic: Actionscript

Posted: 01/30/08 04:27 PM

Forum: Flash

At 1/30/08 04:24 PM, toxicdevil93 wrote: Post All Of Yer Action Script Here An Say What It Does!

Go to AS: Main instead.

It's in my signature.

397.

None

Topic: The Ultimate Laggation

Posted: 01/30/08 04:18 PM

Forum: Flash

Are you using vista?
If yes then turn all the eye candy off (aka. Aero)
If not I do not know what is up...maybe you need more ram.


398.

Shouting

Topic: This one's a classic

Posted: 01/28/08 04:27 PM

Forum: General

Wow people outside Newgrounds knows Newgrounds...amazing


399.

None

Topic: I'm Wrong.

Posted: 01/28/08 04:19 PM

Forum: General

No.

...there

/thread


400.

Sleeping

Topic: Need Keyboard scripting help!

Posted: 01/28/08 04:18 PM

Forum: Flash

At 1/28/08 04:15 PM, Destructomat wrote:
At 1/28/08 04:09 PM, Magical-Mark wrote: I'd like to know more now...what is it you are trying to do?

the code Stu posted should work...
Here is a screen grab with the info on it.

You need to put Stop(); on the frames you want to stop on.

This should fix it.


401.

None

Topic: Need Keyboard scripting help!

Posted: 01/28/08 04:09 PM

Forum: Flash

I'd like to know more now...what is it you are trying to do?

the code Stu posted should work...


402.

None

Topic: Where do I start?!

Posted: 01/28/08 04:06 PM

Forum: Flash

At 1/28/08 03:59 PM, 7rekcorhsalc wrote: I'd like to participate in both the audio and flash portal. I do have some audio submissions, but would like to be in the flash portal as well.

My question is, where do I start? Say I just want to make a basic flash video, like just stick figures walking around. What program should I use?

Let me explain what the above poster means:
PLEASE READ THE "READ THIS FIRST" post...it's not that hard!

sixth time posting that link today...and I have not posted much today...

403.

Goofy

Topic: Need Keyboard scripting help!

Posted: 01/28/08 04:04 PM

Forum: Flash

At 1/28/08 04:03 PM, StuWallinger wrote:
At 1/28/08 04:01 PM, Magical-Mark wrote: You got your } wrong your code should be more like this:

if(Key.isDown(65)); {
gotoAndPlay;(1816)
}

this will make it go to the frame 1816 when left is pressed.
Careful with your semi-conons :)

I pressed post and noticed that and that it is A not left...:D


404.

None

Topic: Need Keyboard scripting help!

Posted: 01/28/08 04:01 PM

Forum: Flash

At 1/28/08 03:53 PM, Destructomat wrote: I'm making a sort of interactive movie, and one of the parts in it is where a letter flashes on screen and you have to press it (on the keyboard) to continue the sequence. I have it so that if you leave it too long, it continues to a part where you die. It skips out the part where you die if you press the button. The problem is, it skips out the death part and continues even if you dont press the button. What do I do?

The code I'm using is;

if(Key.isDown(65)); {
}
gotoAndPlay(1816);

I know its wrong, but I'm fairly new at actionscript, so I was wondering if someone could help me.

You got your } wrong your code should be more like this:

if(Key.isDown(65)); {
gotoAndPlay;(1816) 
}

this will make it go to the frame 1816 when left is pressed.


405.

Elated

Topic: Stop the goddamn /facepalm.

Posted: 01/28/08 07:22 AM

Forum: General

I like /facepalm...it is pretty!


406.

None

Topic: help me

Posted: 01/28/08 06:21 AM

Forum: Flash


407.

None

Topic: please help me

Posted: 01/28/08 06:16 AM

Forum: Flash

At 1/28/08 01:46 AM, raverboy16420 wrote: i am having problems with my flash when i try to test the movie or sumbit it to newgrounds it is just a blank white screen what the fuck do i do?

Do you actually have anything on the stage?

I would like to help you but I cannot do this with this little information.

What have you done in flash?


408.

Sad

Topic: Software

Posted: 01/27/08 05:33 PM

Forum: Flash

READ THIS FIRST is it really that hard to see?
I am disappointed in the newcomers just asking questions without reading the "read this first" and "read before posting" posts...


409.

None

Topic: im a disgrace to artists everywhere

Posted: 01/24/08 05:43 PM

Forum: Flash

Jazza just made some tutorials, they are really good.


410.

None

Topic: moving screen like in platform game

Posted: 01/24/08 04:51 PM

Forum: Flash

or make _root move...

so if something is moving just make _root follow it...let me explain:

Let's say you have a code that looks like this:

	onClipEvent (load) {
	speed = 10;
}
onClipEvent (enterFrame) {
	if (Key.isDown(Key.RIGHT)) {
		_x += speed;
	}
}

you would just have to add:

_root._x -= speed;

So the code would be:

onClipEvent (load) {
	speed = 10;
}
onClipEvent (enterFrame) {
	if (Key.isDown(Key.RIGHT)) {
		this._x += speed;
		_root._x -= speed;
	}
}

I hope I helped you.


411.

None

Topic: Apit: Api Tracer/generator

Posted: 01/24/08 03:46 PM

Forum: Flash

At 1/23/08 03:52 PM, souled wrote: You see how when you select a colour it comes up with that palette? How do I implement this in my Flash?

Denvish has not been posting for a while so I guess you should not bother asking in his thread, please make a thread instead and ask people.
This might be a plug-in somewhere.

But please don't revive really old threads.


412.

None

Topic: Pen thingy

Posted: 01/24/08 03:14 PM

Forum: Flash

I bet you are talking about a tablet Wacom makes the greatest tablets around.

If this is not then please explain more.


413.

None

Topic: Two keys at once and shooting?

Posted: 01/24/08 06:46 AM

Forum: Flash

At 1/24/08 05:56 AM, Lesbian-Waffles wrote: Hmm works now, I think i forgot to put _root on what i was having it do and it wrecked it.

WELL now all i need is a tutorial on how to shoot with this kind of rig and im goos to start in on the game.

Why not just find an ActionScripter that can do the coding for the game? (I cannot as I have other things to do)


414.

None

Topic: Two keys at once and shooting?

Posted: 01/24/08 05:35 AM

Forum: Flash

At 1/24/08 05:28 AM, Lesbian-Waffles wrote: ASCII thing confuses me. What number do i put in?

Also, how do I enter it?

Say i want the letter "A" to do something, how would it go?

You put in the DEC number, for A it is 65.

It is easy when you learn it.


415.

None

Topic: Looking for flash

Posted: 01/24/08 05:17 AM

Forum: Where is / How to?

At 1/24/08 04:09 AM, Blackdog17 wrote: Ok so I don't know if this game actually exists.... Ok the picture of four guys with different weapons on the adventure game page. Is that from an actual game? If so let me know; I really want to play it. Thanks.

If you are talking about CC then it is not a Flash game but a game for xBox360 (it is not out yet tho)

CC page


416.

None

Topic: Wi/Ht? level up! Lounge

Posted: 01/24/08 05:13 AM

Forum: Where is / How to?

Level 10 now I am playing with the big boys...also the icon is awesome!


417.

None

Topic: Two keys at once and shooting?

Posted: 01/24/08 05:06 AM

Forum: Flash

At 1/24/08 04:59 AM, Magical-Mark wrote:
At 1/24/08 04:46 AM, Lesbian-Waffles wrote: Hmmmm using that Key. command...how do i choose a letter key? the control may run smoother if i assign WASD as directions and something else for rotation.
You have to use the ASCII for it.
ASCII (ASCII is a number that is associated with a button (there is one for each) )

Hope you can find what you need.

I should have explained myself a little better.
ASCII is used instead of a key in the Key.isDown(*NUMBER*) you just find the key you need on the site and then enter it in the placer were you normally put LEFT RIGHT or whatever.
The && thing didn't work? Weird I use it myself...?

ALSO: (man I should have read your post...) the controls smoothness of the controls have nothing to do with you framerate (I find 24 fitting) might be to slow or maybe the speed of the "hero" (yea...) is not fast enough.


418.

None

Topic: Two keys at once and shooting?

Posted: 01/24/08 04:59 AM

Forum: Flash

At 1/24/08 04:46 AM, Lesbian-Waffles wrote: Hmmmm using that Key. command...how do i choose a letter key? the control may run smoother if i assign WASD as directions and something else for rotation.

You have to use the ASCII for it.
ASCII (ASCII is a number that is associated with a button (there is one for each) )

Hope you can find what you need.


419.

None

Topic: Two keys at once and shooting?

Posted: 01/24/08 04:18 AM

Forum: Flash

if (key.isDown (SHIFT) && key.isDown (LEFT)) {//do stuff}

I am not sure if the key for shift is right but the rest is.

It can also be done like this:
if (shift==true && left==true) {//stuff}
For this to work you need to have the left and shift vars in the code for the other stuff (I use this because I find it is not as difficult as the other one (it is also bunches of useful in other situations))


420.

None

Topic: Check this out! 2 years ago today..

Posted: 01/20/08 08:38 AM

Forum: General

Yes yes I can...wait I know I can...damn...no what is it?

happy birthday big boy!

All times are Eastern Standard Time (GMT -5) | Current Time: 08:50 PM

<< < > >>

Viewing 391-420 of 548 matches. 1611 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19