Newgrounds.com — Everything, By Everyone.

Checking login status…

USERNAME:

PASSWORD:

Logging in…

Logged in as:
.
Logging out…
Inbox My Account Log Out


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: 'Hate-or-Hate'

We found 78 matches.


<< < > >>

Viewing 1-30 of 78 matches. 1 | 2 | 3

1.

None

Topic: X scale

Posted: 06/26/08 02:21 PM

Forum: Flash

At 6/26/08 02:05 PM, GustTheASGuy wrote: movieclip._xscale
It's really simple, look in the Flash reference (MovieClip class in this case).

yes but i need a tut that will explain about how using it...


2.

None

Topic: X scale

Posted: 06/26/08 02:00 PM

Forum: Flash

anyone have here tuts for X scale? i searched in AS : MAIN
there is nothing in there about X Scales ..
Please Help


3.

None

Topic: weird problem

Posted: 06/17/08 08:27 AM

Forum: Flash

At 6/17/08 08:19 AM, CaiWengi wrote:

:something...

-_-"
dude youre an idiot if you cant understand i ment that i did another code ....

if(_root.player.hitTest(_x, _y, true)){
		_root.gotoAndStop("death")
	}

anyway thanks for trying to help...


4.

None

Topic: weird problem

Posted: 06/17/08 08:17 AM

Forum: Flash

At 6/17/08 08:13 AM, CaiWengi wrote:

:stuff...

thanks bu t i tried this too..
that example is with the code in the enemy ..


5.

None

Topic: weird problem

Posted: 06/17/08 08:10 AM

Forum: Flash

Im trying to make a game ..
the enemies falling down and should kill the player (Example here)
all the enemies named 'enemy' by Instance Name..
only one enemy kills the player.. why?
the code im using..

	if(this.hitTest(_root.enemy)){
		_root.gotoAndStop("death") //Why wont this work?
	}

Please Help me!!


6.

None

Topic: bullet under gun

Posted: 06/16/08 01:02 PM

Forum: Flash

At 6/16/08 12:59 PM, Doomsday-One wrote: alot...

i showed you the tut that i did by .. there is no AttachMovie or anything like that ..


7.

None

Topic: bullet under gun

Posted: 06/16/08 12:57 PM

Forum: Flash

At 6/16/08 12:51 PM, Bobby444 wrote: Go inside your movie clip and make sure that it's all in the center. Try it.

to what MC and what is " all " that should be in the center?


8.

None

Topic: bullet under gun

Posted: 06/16/08 12:50 PM

Forum: Flash

i did a thing like in this tut and i got that the bullets are above the gun .. i even tried diferent layers.... didnt work ..
anyone? maybe its something in AS to do?


9.

None

Topic: How does this called

Posted: 06/15/08 03:37 PM

Forum: Flash

At 6/14/08 04:04 PM, El-Presidente wrote: No, what you do, is you have multiple movieclips inside the player and you say...well if it's _root.player.arms, you set a stop(); action for all the different types of arms. You then on the button just cycle through the arm's movieclips. But if you're planning on making a game with it, you actually HAVE to learn actionscript. I don't care if you said not to, but you will end up having to, or you'll just keep coming back to the Flash forum with newer questions, and we don't want to keep answering the same simple questions for you. Sorry to say it, but look at Button tutorials and Frame tutorials, along with actions like stop(); nextFrame(); etc.

that is the main idea of my question...
my question is how it called so i can look for it in the AS MAIN or another sources...
anyway thanks for trying to help , but i did not understood a word of what you said,,,


10.

None

Topic: How does this called

Posted: 06/14/08 03:09 PM

Forum: Flash

At 6/14/08 03:05 PM, zrb wrote:

stuff

damn ... i thought so .. but can u turn me to a tut for any of the ways you are talking about??


11.

Sleeping

Topic: How does this called

Posted: 06/14/08 03:02 PM

Forum: Flash

uhh ..
i mean that how to do that the player of the game can "make" a characture(design it) lets say on the 1st frame . and then on the 2nd frame it will be the same thing that he designed ( by design i mean changing color and shapes maybe) ... hope you understand if not, i can say like here.
(start this game and you will see you have to "design" your characture... that's what i mean ..)


12.

None

Topic: Flash Contest! (Not Mine)

Posted: 06/14/08 02:35 PM

Forum: Flash

wow nices prizes... too bad im not Canadian :(
who will give 2000$ for someone that just did a good animation .. (or whatever it is in flash)
anyway seems like a serious...


13.

None

Topic: How does this called

Posted: 06/14/08 02:31 PM

Forum: Flash

you know games when you first design your characture and then playing with it?
so how does this called ?
im not asking for help with this cuz i know you will say "learn blah blah blah" ... so im asking for how it called so i can look for tuts and if u know one tut that is dealing with this subject then please tuen me to it and DONT SAY "look in AS MAIN " cuz i dont know what to look for (that's the question!)
Thank you!


14.

None

Topic: i nd neutral acounts 2 type wateva!

Posted: 06/14/08 10:40 AM

Forum: Flash

im not sure if it's the right way but :
Hi!


15.

None

Topic: opening the web site IN the swf

Posted: 06/14/08 10:33 AM

Forum: Flash

At 6/14/08 10:25 AM, Kenney wrote: That is impossible, Flash can't render pages. If you would like to load the page in the current page then just _parent.

Weird ... i saw once .. but if you say i cant then ok.


16.

None

Topic: opening the web site IN the swf

Posted: 06/14/08 10:15 AM

Forum: Flash

im trying to do like a link on a button it looks like this :

on (release) {
getURL("http://www.google.com", _blank);
}

what do i need to change the " _blank" to , so it will open the web site in the swf window?
thank you .


17.

None

Topic: what's wrong

Posted: 06/13/08 01:37 PM

Forum: Flash

At 6/13/08 01:32 PM, zrb wrote:
dude -_-"
you read the main messege?
thats the problam,,,
I did but everyone who posted above pretty much gave you a solution to it. And then you wrote:
oww that's what i ment i did //
i did:
.... so basicly i did it all right..
So I thought ok thats solved.
Anyways here's another solution since Doomsday's didn't work.

var one = 0
var two = 0
onEnterFrame = function() {
two = one*2
}

Then on the button:

on (press) {
_root.one++
}

thanks that worked!!
so that there will be no confusions SOLVED!!
thanks again!

THANK YOU!!


18.

None

Topic: what's wrong

Posted: 06/13/08 01:29 PM

Forum: Flash

At 6/13/08 01:27 PM, Doomsday-One wrote:
At 6/13/08 12:53 PM, Hate-or-Hate wrote: var one = 0;
var two = _root.one *2;
Hmm...

var one = 0;
onEnterFrame = function(){
var two = _root.one *2;
}

not working..


19.

None

Topic: what's wrong

Posted: 06/13/08 01:23 PM

Forum: Flash

At 6/13/08 01:18 PM, zrb wrote:
yea i still have a problam :(
Well what is it ?

dude -_-"
you read the main messege?
thats the problam,,,


20.

None

Topic: what's wrong

Posted: 06/13/08 01:07 PM

Forum: Flash

yea i still have a problam :(


21.

None

Topic: what's wrong

Posted: 06/13/08 12:53 PM

Forum: Flash

oww that's what i ment i did //
i did:

var one = 0;
var two = _root.one *2;

the button said:

on(release){
_root.one +=1 ;
}

.... so basicly i did it all right..


22.

None

Topic: what's wrong

Posted: 06/13/08 12:39 PM

Forum: Flash

Well that's simple math ..
but it just wont work ..
im setting that :

var one= 0;
var two = var one *2 ;

now that works fine if im changing the 0 to something else ..
but im doing a button that is doing var one + =1..
so far it's ok but when im clicking the button it adds 1 to var one but var two just wont change to 2 (var one *2) ..
what's wrong?


23.

None

Topic: As Comunicating With Php

Posted: 06/12/08 12:08 PM

Forum: Flash

OMG thanks a lot !!!
it worked to me but now im testing it with my friend ..
thank you so much!!!


24.

None

Topic: As Comunicating With Php

Posted: 06/12/08 11:24 AM

Forum: Flash

my friend and i tryied to make a little log in system that does this:
i have 2 inout text boxes . username + password.
when someone clicks the submit button it sends the user and pass to the php that gives back a "yes" or a "no" ( idk about that but my friend knows PHP very good).
then its sopoused to give back the code..
now i tryied to do this but it never works ..
i tryied this tutorial.
but its crappy and does not work. also tryied this one. i dont know (idk) why but those wont work :(
please turn me to a good tutorial or explain me more about this and what's wrong.
Thank You XD


25.

None

Topic: Help with sending vars

Posted: 06/12/08 02:52 AM

Forum: Flash

bump..


26.

None

Topic: Help with sending vars

Posted: 06/11/08 02:56 PM

Forum: Flash

please some one ?
its kinda important (this question)
i tryied alot of tuts ...


27.

None

Topic: Help with sending vars

Posted: 06/11/08 02:06 PM

Forum: Flash

my friend and i tryied to make a little log in system that does this:
i have 2 inout text boxes . username + password.
when someone clicks the submit button it sends the user and pass to the php that gives back a "yes" or a "no" ( idk about that but my friend knows PHP very good).
then its sopoused to give back the code..
now i tryied to do this but it never works ..
i tryied this tutorial.
but its crappy and does not work. also tryied this one. i dont know (idk) why but those wont work :(
please turn me to a good tutorial or explain me more about this and what's wrong.
Thank You XD


28.

None

Topic: Mass Suicide Collab

Posted: 06/10/08 03:06 PM

Forum: Flash

Now i notice... i cant download the FLA file...


29.

None

Topic: Mass Suicide Collab

Posted: 06/10/08 03:04 PM

Forum: Flash

Hey...
when is the last date to hand in?
i guess ill try it..


30.

None

Topic: moving towards the cursor

Posted: 06/10/08 02:54 PM

Forum: Flash

look that up in the AS MAIN ?? or Google or what?


All times are Eastern Daylight Time (GMT -4) | Current Time: 12:16 AM

<< < > >>

Viewing 1-30 of 78 matches. 1 | 2 | 3