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

We found 34 matches.


<< < > >>

Viewing 1-30 of 34 matches. 1 | 2

1.

Sad

Topic: make a fighting game?

Posted: 02/16/08 12:08 PM

Forum: Flash

make a fighting game

tutorial


2.

Angry

Topic: That is better?

Posted: 01/06/08 07:42 PM

Forum: Flash

Or that they like???


3.

Angry

Topic: That is better?

Posted: 01/06/08 07:40 PM

Forum: Flash

For curiosity
That is better?
toons or stick figure


4.

Angry

Topic: The Stick Fighting collab

Posted: 01/04/08 11:29 AM

Forum: Flash

Cancelled by the rules


5.

None

Topic: The Stick Fighting collab

Posted: 01/03/08 11:04 PM

Forum: Flash

Explanation:
Basically, two sticks fighting one black and other grey

Specs:
size: 500 x 375
Background: white (make your own)
No music, alone sounds
Fps: 17

Show your submission on SpamTheWeb.com or
Swfup.com

email me the .fla version with all.

My email: mynor_7@hotmail.com


6.

Shouting

Topic: the stick boot collab

Posted: 01/03/08 10:15 PM

Forum: Flash

Remove me of the list


7.

Mad as Hell

Topic: the stick boot collab

Posted: 01/03/08 10:06 PM

Forum: Flash

At 1/3/08 10:03 PM, farfenwaffle wrote:
At 1/3/08 09:59 PM, mynor wrote: I did other animation
<(+_+)>

=animation=
Sorry :(
ummm.... i didint see a boot...

Then


8.

Angry

Topic: the stick boot collab

Posted: 01/03/08 09:59 PM

Forum: Flash

I did other animation
<(+_+)>

=animation=
Sorry :(


9.

Elated

Topic: the stick boot collab

Posted: 01/03/08 08:52 PM

Forum: Flash

I join


10.

Elated

Topic: para los q hablen español

Posted: 01/03/08 11:19 AM

Forum: General

Soy de Guatemala


11.

Elated

Topic: I need a script

Posted: 12/31/07 11:33 AM

Forum: Flash

Thank you
If I work


12.

Angry

Topic: I need a script

Posted: 12/31/07 10:59 AM

Forum: Flash

They understand me


13.

Misunderstood

Topic: I need a script

Posted: 12/31/07 10:30 AM

Forum: Flash

heeelp!!


14.

Happy

Topic: To put the colors of an animation

Posted: 12/31/07 10:18 AM

Forum: Programming

I need a script
To put the colors of an animation
In negative


15.

Elated

Topic: I need a script

Posted: 12/30/07 09:56 PM

Forum: Flash

I need a script
To put the colors of an animation
In negative


16.

None

Topic: Look at this animation

Posted: 12/25/07 08:43 PM

Forum: Flash

This one is my new animation
vote
12 Deaths


17.

Resigned

Topic: help!!

Posted: 12/25/07 08:37 PM

Forum: Where is / How to?

solved
thanks for help


18.

Angry

Topic: help!!

Posted: 12/25/07 08:20 PM

Forum: Where is / How to?

heeeelp!!!!!!!!!!!!!!!


19.

Happy

Topic: help!!

Posted: 12/25/07 08:01 PM

Forum: Where is / How to?

Positioned as the name of 2 or more authors in an animation?

This is the animation
12 Deaths


20.

None

Topic: help with new game

Posted: 12/13/07 05:55 PM

Forum: Flash

I persevere
I do not want mc stay where this wall and not a return to top


21.

None

Topic: help with new game

Posted: 12/13/07 05:39 PM

Forum: Flash

But if I do not know if this well implemented

onClipEvent (enterFrame) {
 if (Key.isDown(Key.LEFT)) {
_x-=8;
{if(this.hitTest(_root.b2))
{this._x = 0;}		
}
} else if (Key.isDown(Key.RIGHT)) {
_x+=8;
}
{if(this.hitTest(_root.b2))
{this._x = 0;}		
}

Or if there is an error in this

{this._x = 0;}

22.

None

Topic: help with new game

Posted: 12/13/07 05:29 PM

Forum: Flash

I can not solve ,
Need an example


23.

None

Topic: help with new game

Posted: 12/13/07 04:50 PM

Forum: Flash

if I can speak English but a little


24.

None

Topic: help with new game

Posted: 12/13/07 04:36 PM

Forum: Flash

Change this code

onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
setProperty(this, _rotation, -0);
setProperty(this, _x, this._x -7);
} else if (Key.isDown(Key.RIGHT)) {
setProperty(this, _rotation, 0);
setProperty(this, _x, this._x +7);
}

By the

onClipEvent (enterFrame) {
 if (Key.isDown(Key.LEFT)) {
_x -= 8;
} else if (Key.isDown(Key.RIGHT)) {
_x -= -8;
}

But in the hittest
Not working

onClipEvent(enterFrame)
{ if(this.hitTest(_root.b2)){ this._x= 0
}		
}

So is
example


25.

None

Topic: help with new game

Posted: 12/13/07 03:59 PM

Forum: Flash

But that code is not used to make the stops MC
This is the code I use to move the MC

onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
setProperty(this, _rotation, -0);
setProperty(this, _x, this._x -7);
} else if (Key.isDown(Key.RIGHT)) {
setProperty(this, _rotation, 0);
setProperty(this, _x, this._x +7);
}


26.

None

Topic: help with new game

Posted: 12/13/07 03:10 PM

Forum: Flash

It me does not work, stick the code of this form

onClipEvent(enterFrame){
if(this.hitTest(_root.b1)){ doStuff; } }

example


27.

None

Topic: help with new game

Posted: 12/13/07 01:20 PM

Forum: Flash

What I mean is that as there is a colision


28.

Winking

Topic: help with new game

Posted: 12/13/07 12:24 PM

Forum: Flash

I have two mc b1 and b2, mc b1 is controlled by keys and b2 is part of the map,
What I want is that when the b1 cap with b2 this stop and not pass over

I do not know if I understand but
I do not speak English


29.

Elated

Topic: Help!!!

Posted: 12/10/07 11:46 PM

Forum: Flash

solved


30.

None

Topic: Help!!!

Posted: 12/10/07 11:43 PM

Forum: Flash

If it works

onClipEvent (enterFrame) {
if (Key.isDown(65) & Key.isDown(Key.UP)) {this.accions.gotoAndStop("bom");}

But it does not work with two letters

onClipEvent (enterFrame) {
if (Key.isDown(65) & Key.isDown(66)) {this.accions.gotoAndStop("bom");}


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

<< < > >>

Viewing 1-30 of 34 matches. 1 | 2