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

We found 276 matches.


<< < > >>

Viewing 1-30 of 276 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10

1.

None

Topic: Windows Xgen - snowclouds

Posted: 06/27/08 05:48 PM

Forum: Flash

Its possible to double click in AS3.

button.addEventListener(MouseEvent.DOUBLE_CLICK,f);
function f():void{
//stuff
}

For AS2 you have to make a set interval or something.


2.

None

Topic: Math.abs question

Posted: 06/16/08 06:17 PM

Forum: Flash

Absolute value means how far the number is away from zero. So 100 would be 100 units away. -20 would be 20 units away.


3.

None

Topic: [AS3] Variable paths?

Posted: 06/16/08 04:10 PM

Forum: Flash

Pretty sure its

vartext.text = MovieClip(root).panel1

I haven't use text fields yet so it might be wrong.


4.

None

Topic: Non-tile based pathfinding?

Posted: 06/04/08 11:09 PM

Forum: Flash

You can move diagonally in a tile-based game. You just need to make a small change. Its best to go with a tile-based game approach.


5.

None

Topic: flash cs3 vs flash 8

Posted: 06/04/08 05:09 PM

Forum: Flash

You can minimize code in CS3. It helps a lot when you have 4,000 lines of code on one frame.


6.

None

Topic: simpsons made in flash?

Posted: 05/22/08 12:29 PM

Forum: Flash

Toonboom has more features than flash. It has this 3d spacing thing, auto lip sync and some other stuff look it up on youtube.


7.

None

Topic: Storylines

Posted: 05/15/08 11:35 AM

Forum: Flash

Take a look at this.
36 plots


8.

None

Topic: #include not working???

Posted: 05/10/08 09:55 AM

Forum: Flash

Single quotes not double.

#include 'player.as'

9.

None

Topic: is there any programs be side flash

Posted: 04/29/08 11:09 AM

Forum: Flash

toonboom


11.

None

Topic: reducing lag methods?

Posted: 04/06/08 01:00 AM

Forum: Flash

60 fps?! Theres really no reason to go over 30.


12.

None

Topic: Beta Test new tactical-rpg

Posted: 04/03/08 03:56 PM

Forum: Flash

I'm looking for beta testers to test my new TRPG. The game is called modern tactics 2. If you played the first one you would know it had some glitches. All of them have been fixed in this game but of course there may be more.

So the game is a TRPG, customize your squad and move them around the battlefield killing your opponent. Use tactics to win.

If you want to test it give me a pm or post here. I'm doing this for feedback so when your done playing tell me what you think. Please don't join if your going to just play it and leave. I'll send you a list of questions in the pm please answer them.

If you want to you can make some maps for the game, just send me the share code. If you want to try out the whole game at once i'll send you the cheat codes.

Beta Test new tactical-rpg


13.

None

Topic: So anyone wanna be a mentor?

Posted: 04/02/08 09:29 PM

Forum: Flash

Hey I can help you out. I know a lot about actionscript and tile-based games. I'll add you on msn.


14.

None

Topic: Game Engine

Posted: 04/02/08 09:27 PM

Forum: Flash

Make the background objects a bit darker and more blended to the background so the player can clearly see the platforms. I'm talking about the clouds and pipe.


15.

None

Topic: Tab programming!!!

Posted: 03/23/08 11:38 PM

Forum: Flash

_focusrect = false;

Disable tab focus on all buttons.


16.

None

Topic: Problem With My Actionscript

Posted: 03/18/08 10:12 PM

Forum: Flash

I don't know what code you have but just use this.

var game = new Object();
game.onKeyDown = function(){
if(Key.isDown(Key.SPACE))
gotoAndStop(189);		
	};
Key.addListener(game);

You don't need the curley brackets if theres only one line of code in it.


17.

None

Topic: Toon Boom?

Posted: 03/01/08 08:09 PM

Forum: Flash

Toonboom is a professional tool to make tv shows and movies. Its not made for the internet like flash.


18.

None

Topic: Possible 3D flash

Posted: 02/12/08 09:22 PM

Forum: Flash

Yeah its possible. I did something like that in a tile-based game.

http://www.throwtheproject.com/3d_map.ht ml


19.

None

Topic: Xpo Games?

Posted: 02/07/08 10:05 PM

Forum: Flash

I got the same email. It looks like spam to me.


20.

None

Topic: Beta Test Multiplayer Trpg

Posted: 02/07/08 08:14 PM

Forum: Flash

Ok some guys are have problems connecting to my server. If you go to http://throwtheproject.servegame.com it should say it works. If it does then you can play online. It might be your internet browser, firefox and IE have been tested and work.


21.

None

Topic: Beta Test Multiplayer Trpg

Posted: 02/07/08 07:16 PM

Forum: Flash

Anyone else? The game is really fun and is worth a play. To everyone that is testing can you send me your feedback please.


22.

None

Topic: Beta Test Multiplayer Trpg

Posted: 02/07/08 02:46 PM

Forum: Flash

Hello guys. My new tactical-rpg is almost complete but I need some beta testers. I just finished the multiplayer and I need some people to test with me.

This game is completely different from my other trpg if you played it. Right now I have about 6 beta testers and i'm looking for more. If you send me a pm or just post here i'll send you a link and you can play right away. I'll be online all day.

The server is working fine, I just finished playing with my friend in brazil.

Beta Test Multiplayer Trpg


23.

None

Topic: Wtf is going on?

Posted: 02/07/08 11:52 AM

Forum: Flash

Your on AS3. I think.


24.

None

Topic: scoreboard - safest method?

Posted: 02/05/08 11:33 AM

Forum: Flash

How about you send 2 different variables, both transformed from an equation. When the php files reads them it will untransform them into the real score. If both the scores don't match up cancel the high score.

So, your score is 200, change it with this equation, x*2+100, send that and a second a second variable transformed differently. Then the php file will undo the equation so.. x/2-100 to get the final score, if they don't match up cancel.

I came up with this idea a while ago but I never tried it.


25.

None

Topic: .ppt to .swf converter?

Posted: 02/02/08 10:01 AM

Forum: Flash

You can open power point files on the web you know. You don't have to download them to view its contents.


26.

None

Topic: AS3 280x faster?

Posted: 01/14/08 10:33 AM

Forum: Flash

On my computer I got. 705ms on as2. 1ms on as3. So I guess its like x705, no not really. To the guy who asked where we were getting these numbers from, the x10 faster than as2. Adobe said it somewhere on there website.


27.

None

Topic: Is My Flash File Too Big?

Posted: 01/13/08 04:27 PM

Forum: Flash

I read some where on the adobe site if a flash file is bigger than 1gb flash won't open it. I'm not saying flash will stop you but flash can't haddle it. You should ask yourself "Is this program designed to do what I am attempting? Is there a better program for this use, should this one fail?", I remember reading that too.


28.

None

Topic: What wrong with my enemy code?

Posted: 01/09/08 05:24 PM

Forum: Flash

Your doing it completely wrong.

Firstly don't add code inside the movieclips. Write everything on the main timeline. You only need one onEnterFrame loop, adding more than one is a waste.

You have to name the enemies in some order, so you can loop threw them and tell them what to do.


29.

None

Topic: Flash Games/Developers Wanted

Posted: 01/08/08 12:34 PM

Forum: Flash

So you want a multiplayer game? Where 2 people on different computers play against each other? Well first you'll need a dedicated server and a java socket thing to communicate with flash. I'm making a multiplayer game right now if you can supply the dedicated server i'll be happy to get it sponsored by you.


30.

None

Topic: Really weird lag in flash CS3

Posted: 01/06/08 12:43 AM

Forum: Flash

Did u installed the 9.0.2 patch for CS3 . The ball will move properly, but when you hold down a key (any) it will lag strangely

No I didn't there was a patch. I held down many different keys and the ball didn't lag at all. It moved exactly the same as it did before, maybe a bit slower because of all the cpu usage but nothing obivous happened. The ball didn't lag strangely at all.


All times are Eastern Daylight Time (GMT -4) | Current Time: 05:20 AM

<< < > >>

Viewing 1-30 of 276 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10