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

We found 475 matches.


<< < > >>

Viewing 1-30 of 475 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91216

1.

None

Topic: explorer.exe

Posted: 11/27/07 05:21 PM

Forum: General

Have you recently modified it?


2.

None

Topic: Windows Vista

Posted: 11/26/07 07:34 PM

Forum: General

Do I remember the topic being about Macs, and why they are better/worse than Vista? I mean, seriously, go post somewhere else. Anyway, in my opinion Vista is about the same as XP, except for the fact that people aren't used to it. If it took up less RAM, I would use it. It is a good choice for high-end computers.

Also, to the person that said that games are roughly 1 GB, Microsoft Flight Simulator is 8GB - 15GB.

3.

None

Topic: How many Commandments do you follow

Posted: 10/29/07 11:02 PM

Forum: General

At 10/29/07 09:04 PM, Smokinggun64 wrote: I've broken all of them at least once.

Unless you haven't murdered someone before.


4.

None

Topic: What is your religon?

Posted: 10/22/07 04:24 PM

Forum: General

I am an Atheist. I hate how people assume I am immoral and not a good person just because I don't believe in a higher being.


5.

None

Topic: dotdnr domain regestrations

Posted: 09/26/07 09:26 PM

Forum: Programming

Hey, thanks! Well, not to sound like I can't do anything for myself, but I'm having trouble finding a website hosting service that is not a WYSIWYG editor. Do you know any free hosting services?


6.

None

Topic: dotdnr domain regestrations

Posted: 09/26/07 12:31 AM

Forum: Programming

I've registered for a domain name at DotDNR.com, and I'm a little confused on what it actually does. From what I understand, it parks a URL in that domain space for me so it can be used. What I want to know is how I can actually put my HTML/PHP into that site.


7.

None

Topic: Help With Flash Cs3

Posted: 09/11/07 07:50 AM

Forum: Flash

Thanks! That's much better!


8.

None

Topic: Help With Flash Cs3

Posted: 09/10/07 07:43 PM

Forum: Flash

When I had Flash 8, whenever I drew an object with the brush tool, it automatically came up broken apart. But with CS3, it makes the object a symbol, which means you can't add on to objects and fill it in with the brush tool without manually going to Modify->Break Apart for everything I draw. I checked the preferences, and I can't find anything. Is there a way to make Flash so it automatically Breaks Apart the things you draw?


9.

None

Topic: What Grade Are You In Next Year?

Posted: 06/11/07 01:31 AM

Forum: General

It's been six pages, and I'm the first one to say that I'm going into 7th grade.


10.

None

Topic: PHP support

Posted: 04/16/07 07:50 AM

Forum: Programming

I know, I selected the domain "localhost" during installation. I just saved it on the desktop.


11.

None

Topic: PHP support

Posted: 04/15/07 11:53 PM

Forum: Programming

No, that's just how Opera displays local files in the address bar. Are there any alternatave methods instead of just running PHP locally, because I really want to get it to work.


12.

None

Topic: this dizzler thing

Posted: 04/15/07 11:48 PM

Forum: Programming

I think this belongs in the flash forum. But, if you want to get really complicated, you could just put his in the head section of your website containing the flash:

<script type="text/javascript">
function functionname(){
document.write('<embed src="direct link to music or flash">')
}
</script>

and put this in your actions panel where you want the music to go:

getUrl('functionname()');

I'm not sure if it'll work though.


13.

None

Topic: PHP support

Posted: 04/15/07 11:27 PM

Forum: Programming

PHP doesn't work on my computer, even though I have an apache server enabled.
Here is a screenshot.


14.

None

Topic: Actionscript - Problem with moving

Posted: 04/15/07 05:49 PM

Forum: Flash

I have a problem with actionscript reguarding movement. Whenever I press right, it moves left a little bit at a time. When I press left, it move left gradually getting faster.

Here is my code:
---------------------------------------------
---

onClipEvent(load){
vy = (Math.sin(Math.PI/180));
vx = (Math.cos(Math.PI/180));
var jul_bounce:Boolean= false;
var jul_speed:Number = 0;
}
onClipEvent (enterFrame) {
if(this.hitTest(_root.jul_ground)){
jul_bounce = true;
}
if(jul_bounce == false){
this._x += vx;
this._y += vy;
vy+=1;
}
if(Key.isDown(Key.RIGHT)){
speed+=1;
this._x-=speed;
}
if(Key.isDown(Key.LEFT)){
speed-=1;
this._x-=-speed;
}
if(!Key.isDown(Key.LEFT) || !Key.isDown(Key.LEFT)){
speed = 0;
}
}


15.

None

Topic: running ASP

Posted: 04/13/07 07:37 AM

Forum: Programming

How do I run ASP on Windows XP Home Edition?


16.

Angry

Topic: C++ wornt compile >:( (n00b help)

Posted: 03/26/07 11:21 PM

Forum: Programming

void main()
{
printf("/nHello World!/n");
}

I selected Execute -> Execute and Run, but it comes up with an error. "The system cannot find the file specified," although I see it right on my desktop >:(.

How do I compile it correctly?

I'm using Dev-C++ 4.9.9.2.


17.

None

Topic: Html Frameset Problem

Posted: 03/13/07 06:58 PM

Forum: Programming

It's tk, not tks.

And here's a shortcut.

http://www.freewebs.com/bobnet


18.

None

Topic: Html Frameset Problem

Posted: 03/13/07 06:47 PM

Forum: Programming

Sorry for the double post, but I'm using IE7, and freewebs doesn't display the website right. Could you check out my website and see if it has a frame now?

http://www.bobworld.tk


19.

Angry

Topic: Html Frameset Problem

Posted: 03/13/07 06:42 PM

Forum: Programming

Man, I'm dunb!

Thanks!


20.

Angry

Topic: Html Frameset Problem

Posted: 03/13/07 06:36 PM

Forum: Programming

It won't display the frame! What's wrong with the code?

----------------------------

<frameset cols="20%,80%">
<frame src="http://www.freewebs.com/bobnet/BOBSITE_f avoriteSites.html.html">
</frameset>


21.

None

Topic: Html - Table Formatting Help

Posted: 03/12/07 12:46 AM

Forum: Programming

Sorry for the double post, but here's a resized screenshot.

Html - Table Formatting Help


22.

None

Topic: Html - Table Formatting Help

Posted: 03/12/07 12:43 AM

Forum: Programming

On the website I'm making, I have a problem with tables. I'm trying to make a navbar, center column, and a "Favorite links" section. The problem is that My three tables on the page appear in different rows. Is there any way I can get them on the same row?


23.

None

Topic: Publishing Html Documents

Posted: 03/09/07 10:15 PM

Forum: Programming

Does any of you know a good free host that you can publish an HTML document on. I don't care if it doesn't let you have your own domain name.


24.

None

Topic: Centering Images In Html

Posted: 03/08/07 11:12 PM

Forum: Programming

God, why didn't I think of that!


25.

None

Topic: Centering Images In Html

Posted: 03/08/07 11:07 PM

Forum: Programming

I need help with centering images in HTML.


26.

None

Topic: Copyrighted songs in Flash

Posted: 02/28/07 08:57 PM

Forum: General

I have a question. If I use a copyrighted song in Flash, and I recieve money for it, will that be violating the law even though my Flash isn't even based off of the song? I'm just talking like an armorgames contest or a monthly newgrounds prize.


27.

None

Topic: Running problem (Actionscript)

Posted: 02/27/07 07:53 AM

Forum: Flash

I'm sorry, but BUMP.


28.

None

Topic: Running problem (Actionscript)

Posted: 02/26/07 11:54 PM

Forum: Flash

I have this character named "bob". I want him to go a certain distance and play a certain animation when you hold the right key down. I gave a specific command (_root.bob.gotoAndStop(3);) and it won't follow.

Here is the code (Not finished, just stuck on one part):
---------------------------------------------
----------

onLoad = function(){
var isJumping:Boolean = false;
}
onEnterFrame = function(){
if(Key.isDown(Key.SPACE)){
isJumping = true;
}
if(isJumping == true){
_root.bob.gotoAndStop(2);
}else{
_root.bob.gotoAndStop(1);
}
if(_root.bob.kick._currentFrame == 18 || _root.bob.kick._currentFrame == 1){
isJumping = false;
}
if(Key.isDown(Key.RIGHT)){
_root.bob._x-=-5;
_root.bob.gotoAndStop(3);

}
if(Key.isDown(Key.LEFT)){
_root.bob._x-=5;
}
}


29.

None

Topic: ActiveX controls

Posted: 02/10/07 11:30 PM

Forum: Programming

Sorry for the double-post, but it looks like this.


30.

None

Topic: ActiveX controls

Posted: 02/10/07 11:00 PM

Forum: Programming

Oops, I misread it, it says "Scripts or ActiveX contols," man, I wish I can edit posts here.


All times are Eastern Standard Time (GMT -5) | Current Time: 06:52 PM

<< < > >>

Viewing 1-30 of 475 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91216