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

We found 426 matches.


<< < > >>

Viewing 1-30 of 426 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91215

1.

None

Topic: Php And Sql

Posted: 11/14/09 09:50 AM

Forum: Programming

$articles = sql.fetchArray(sql.query("SELECT name,cat FROM h_arts"));"SELECT name,cat FROM h_arts"));

Basically what I have here is fetching as array the mysql query,
my question, is if I get more then 2 results, as in (page1, cat1... page2, cat2);
how will it be displayed in the array? will it be a 2 dimensional array?


2.

None

Topic: As3 Drawing Api: Circle

Posted: 11/12/09 07:36 AM

Forum: Flash

Thanks! That was exactly what I needed!


3.

Thinking

Topic: As3 Drawing Api: Circle

Posted: 11/12/09 06:55 AM

Forum: Flash

Hello guys (and girls 8),
I was messing with flash, when I encountered a problem,
How do You draw a Circle, with no filling?
As in you see only the bounds, and there is no fill, so you could show something in it?

Thanks in advance 8)


4.

None

Topic: as3: Accessing screen objects?

Posted: 09/18/09 08:04 AM

Forum: Flash

you can't just call them, you need an instance in the code, or it says your tring to access an object that does not exist..


5.

None

Topic: as3: Accessing screen objects?

Posted: 09/18/09 07:59 AM

Forum: Flash

Well I have a few objects on my screen with an instance name,
how can I access them from the code?


6.

None

Topic: [as3] Display Object Q

Posted: 07/25/09 10:38 AM

Forum: Flash

At 7/25/09 09:39 AM, henke37 wrote: Just remember to create the nested arrays and you will be fine, it is perfectly allowed.

But how should I access the Sprite from the nested array?
by root[]?


7.

None

Topic: [as3] Display Object Q

Posted: 07/25/09 08:54 AM

Forum: Flash

First of all, I want to store a Sprite reference inside an Array,
Like so

Code:
cubeArray[Y][x] = c; //where Y,X are for loops variables, and C is the Sprite.

is it possible to do it in such way? (it was possible in as2),
if not how can it be done, since I need to access a list of Sprites, choose one and modify one of his Properites.

my second question, is how do I Modify a Sprite from his reference in an Array,
can it be done like so

Code:
root[cubeArray[Y][x]].gotoAndStop(root[c ubeArray[Y][x]].f-cTypes);
//Am I using the root - the right way? or should I use something else?

Please Help :X


8.

None

Topic: is there an onOutPress?

Posted: 04/17/09 02:05 PM

Forum: Flash

I need to know if there is a trigger, like onPress, that helps me know when the player presses the symbol, is there any trigger that helps me know when the player clicks else where?


9.

None

Topic: minimap - vCam?

Posted: 04/17/09 11:03 AM

Forum: Flash

I have a vCam made in my fla file, my question is like so,
is a vCam can be used to create a sort of minimap?

if so, how?


10.

None

Topic: array.push() question

Posted: 04/04/09 01:35 PM

Forum: Flash

well I've been wondering,
can i insert into the "value" an array? (push(value) method)

so it could be like this:

var bla:Array = ["Danny", "Homus"];
bla.push(<strong>["Danny Likes Homus", "Danny Really Likes Homus"]</strong>);

??


11.

None

Topic: Code not working! Help?

Posted: 04/04/09 01:31 PM

Forum: Flash

very easy, for some reason, you are using the _parent.
when you should use the this.

switch the _parent with the this and the code should work.


12.

None

Topic: For( $iterator in $object) loop q

Posted: 03/30/09 02:26 PM

Forum: Flash

well what does it means?!


13.

None

Topic: a Key clicker proggram?

Posted: 02/18/09 12:19 PM

Forum: General

somebody? maybe real help?


14.

None

Topic: a Key clicker proggram?

Posted: 02/18/09 11:59 AM

Forum: General

At 2/18/09 11:56 AM, Ogirra wrote: Couldn't you just assign hotkeys?

buy a fancy keyboard.

a fancy keyboard can be assigned to applications only, And there is no way of assigning it in the windows control panel or whatsoever.

:BTW, I do have a fancy keyboard :P


15.

Expressionless

Topic: a Key clicker proggram?

Posted: 02/18/09 11:51 AM

Forum: General

I don't think so, I need it to click on my computer, when i click the keyboard, nothing illegal here...


16.

None

Topic: a Key clicker proggram?

Posted: 02/18/09 11:48 AM

Forum: General

I'm not sure if its the correct forum, but here goes:
I am looking for some software or something, that could Control the mouse, making it click in certain points, from the keyboard.

I.E: If i click 7 in the Numpad - it does something, and if I click 6 it does something else.
I need it to be able to click where i need.

I really don't know of any current proggrams that does it, but I bet there is something like it.
Thanks in advance.


17.

None

Topic: Key clicker proggram?

Posted: 02/18/09 11:47 AM

Forum: Programming

I'm not sure if its the correct forum, but here goes:
I am looking for some software or something, that could Control the mouse, making it click in certain points, from the keyboard.

I.E: If i click 7 in the Numpad - it does something, and if I click 6 it does something else.
I need it to be able to click where i need.

I really don't know of any current proggrams that does it, but I bet there is something like it.
Thanks in advance.


18.

None

Topic: how to detect sequences

Posted: 01/17/09 02:27 PM

Forum: Flash

well, I was recently wondering, how do they make all of those games of poker, that need some kind of detection system.
I just know there is a better way to do this. My way sucks
(e.g my way: "if(a==b) { if(b==c) { //and so one..").


19.

Questioning

Topic: Some realy cool symbols I made

Posted: 12/19/08 01:30 PM

Forum: Flash

The first symbol was really nice.
The other symbols were worse...

By the way, when are you going to give me the marijuana you owe me?


20.

None

Topic: AS help: global vars?

Posted: 11/20/08 08:16 AM

Forum: Flash

You need to learn OOP classes. it has something to do with private and public classes.
<a>http://www.newgrounds.com/bbs/topic/2 97981<a>
<a>http://www.newgrounds.com/bbs/topic/4 10773<a>
or just as main:
<a>http://www.newgrounds.com/bbs/topic/6 38183<a>


21.

None

Topic: if ( array[0] = something ) ?

Posted: 11/20/08 07:36 AM

Forum: Flash

I found a simpler way,
if(array[0] == Null) {
//statements if nothing is in array[0]
};

Thanks any way


22.

Sad

Topic: A little flash help CS3 style...

Posted: 11/20/08 07:03 AM

Forum: Flash

You completely messed things up!

I cant understand your question!


23.

None

Topic: if ( array[0] = something ) ?

Posted: 11/20/08 07:02 AM

Forum: Flash

how can i check if
array[0] contains something?


24.

None

Topic: Why do people talk to themseves?

Posted: 11/15/08 11:51 AM

Forum: General

because its fun.


25.

None

Topic: favourite bond move?

Posted: 11/15/08 11:49 AM

Forum: General

At 11/15/08 11:04 AM, LampFace wrote: Casino Royale an actual action film not just some hollywood crap.

Casino Royal rules


26.

None

Topic: I ate Whale...

Posted: 11/15/08 11:47 AM

Forum: General

Darn those whale hunters!


27.

None

Topic: I Just Went To A Real Rave.

Posted: 11/15/08 11:47 AM

Forum: General

Well, welcome to my world.


28.

Mad as Hell

Topic: Most you've eaten is one sitting?

Posted: 11/15/08 11:45 AM

Forum: General

15 Chocolate Icecreams, A eating contest.

No brain freeze. im a machine...


29.

None

Topic: In-human Physical properties.

Posted: 11/15/08 11:42 AM

Forum: General

I would like to understand girls logic.


30.

None

Topic: CS4 has landed and it's awesome!

Posted: 11/14/08 03:18 PM

Forum: Flash

who said they are "affording" it??


All times are Eastern Standard Time (GMT -5) | Current Time: 03:25 AM

<< < > >>

Viewing 1-30 of 426 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91215