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

We found 524 matches.


<< < > >>

Viewing 1-30 of 524 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91318

1.

None

Topic: Experienced Programmer Required

Posted: 11/08/09 04:54 PM

Forum: Flash

lol there are some serious problems with that engine... especially the part about 800 lines for movement and shooting.


2.

None

Topic: My First (working) 3d Engine

Posted: 11/01/09 10:14 AM

Forum: Flash

At 1/31/09 10:51 AM, StaliN98 wrote: Minimap finished, well pretty much. Wall clipping will be a cinch now.

someone just ripped off your engine. i know this is an old post but i always thought it was a good engine.


3.

None

Topic: Help with Flash

Posted: 06/01/09 12:34 PM

Forum: Flash

I use gimp for the graphics processing I do, and its free and very functional, Ive also used photoshop in the past. So definatly try both and if you can get by on just gimp you just saved yourself some money.


4.

None

Topic: flash website

Posted: 05/28/09 03:58 PM

Forum: Flash

isnt there any free places to go?


5.

None

Topic: flash website

Posted: 05/28/09 03:05 PM

Forum: Flash

I was just wondering exactly where to start on building a website based in flash, or even if thats a good idea or not? Im sure lots of people around here have sites up and I was just wondering what you use to host. Im just useing this site to showcase my work in flash as an online resume. I have worked with flash for like years and years but never tried to build a site out of it, also Ive got the basics of html. Any suggestions or anything would be much appreatiated.


6.

None

Topic: AS2 Help Please

Posted: 05/28/09 01:10 PM

Forum: Flash

if (this.hitTest(_root.player1 && _root.player1._height>13)) {

if(this.hitTest(_root.player1) && _root.player1._height > 13) {


7.

None

Topic: Trouble with clipevents!

Posted: 05/25/09 07:13 PM

Forum: Flash

i know your useing AS2 code but im pretty sure thats the exact error i got when throwing AS2 code into an AS3 document.


8.

None

Topic: Trouble with clipevents!

Posted: 05/25/09 06:44 PM

Forum: Flash

maybe this is a longshot but could you be useing AS2 code inside an AS3 enviroment? I would try selecting an AS2 document when you first start up flash, then trying your code in there.


9.

None

Topic: moving the background (repeat)

Posted: 05/17/09 05:16 PM

Forum: Flash

by the way chuck, is your background one huge picture? like in one complete peice?


10.

None

Topic: moving the background (repeat)

Posted: 05/17/09 04:50 PM

Forum: Flash

obviously no one read that little topic a while ago. that code is tottally wrong (count the braces). stop giveing bad advice.


11.

None

Topic: Organising Code

Posted: 05/17/09 04:43 PM

Forum: Flash

wow stalin I cant believe you do it with multiple files, especially seeing the complex stuff youve done. I always thought it was just easier to put it all in the on load. why do you like your way better?
Also hes tottally right about the spaceing, I make extra spaces to group things that go together to. It helps very much with scrolling down through code (like say you have 1000 lines), then you can definatly see where a certain chunk is easily.


12.

None

Topic: Organising Code

Posted: 05/17/09 11:58 AM

Forum: Flash

well of course its a personal thing but i mean the first thing i would do is make sure im indenting my code properly, thats probably one of the most important things. secondly I comment out chunks at the top and bottom braces of extremely nested ifs and for loops so i can easily tell where the closeing brace is. thats helpful if you add something in and accidently screw up the indenting. and lastly make comments on what does what, its as simple as it sounds.


13.

None

Topic: Touch Screen Computer monitors...

Posted: 05/13/09 06:28 PM

Forum: Flash

honestly it would be stupid to make a touchscreen for desktop computers, physically its alot easier on the arms to use a mouse. would you honestly like to have your arm streched out to touch your screen? it would get tired fast.

Id like to see a table top touch screen that would be way more practical.


14.

None

Topic: The Flash 'Reg' Lounge

Posted: 05/11/09 12:49 PM

Forum: Flash

i was a lawn mantiance technician for a while it paid good, if your fast. plus old people are always trying to give theyre stuff away.


15.

None

Topic: Pasting stuff into flash

Posted: 05/11/09 12:39 PM

Forum: Flash

what i do is save as a PNG in GIMP, that always preserves my tranparent backgrounds.


16.

None

Topic: I need a good programmer

Posted: 05/11/09 12:37 PM

Forum: Flash

im not even sure i understand what your trying to explain.


17.

None

Topic: Swf In Microsoft Vb?

Posted: 05/11/09 12:34 PM

Forum: Flash

im tottally unsure, but honestly i would suspect it would be real easy to throw a browser on a form and use html to embed the swf. although i have no idea why you would want to do this.


18.

None

Topic: Pong Help

Posted: 05/11/09 12:31 PM

Forum: Flash

No. I want to first figure out how to make my walls barriers. They are not together as in the pic above.

you dont accually have to make your walls barriers at all. you could just do the barriers tottally in code. but i mean you are asking how to make the entire game and theres got to be a million tutorials on pong out there.

but anyway your screenshot looks awsome i hope you can learn some AS and get this finished.


19.

None

Topic: Sponsor $$$ = Taxes?

Posted: 05/11/09 12:19 PM

Forum: Flash

in canada doing something like even selling your car is income and is taxed, and honestly its a really bad idea to commit fraud. of course there are ways to minimise your taxes so always look into that but always keep it legal because if you dont youll be paying even more in the end. god i hate taxes, but its just something we all have to do. I imagine it sucks to have to figure it all out yourself when you work for yourself, all of my employers have always deducted my taxes automatically from my pay check which is nice since you dont need to worry about paying anything come tax season. I accually got a nice return for the past couple of years.


20.

None

Topic: How much $$$ from Ad revenue?

Posted: 05/11/09 12:09 PM

Forum: Flash

youd probably do better panhandleing lol


21.

None

Topic: Simple Help

Posted: 05/08/09 02:57 PM

Forum: Flash

onEnterFrame = function() {
if (Key.isDown(Key.LEFT)) {
prevFrame();
}
if (Key.isDown(Key.RIGHT)) {
nextFrame();
}
}

well the simplest way i can think of is to use gotoAndStop(###) instead of prevFrame(); etc. that way you dont need to worry about multiple triggers for that if statement. another solution would be more complex. anyway I hope this helps if the first one doesnt work out.


22.

None

Topic: What do ya think?

Posted: 05/07/09 02:29 PM

Forum: Flash

your script froze on me and i dont really see what the point is?


23.

None

Topic: As3: Rendering Scrolling Levels?

Posted: 05/05/09 12:54 PM

Forum: Flash

well i dont really know, but to be honest, if you shift everything in the whole level over 5 pixels, that calculation still has to go through no mater whats shown. So Id say your way better off to just manipulate near onscreen and onscreen stuff.


24.

None

Topic: over the top shooter Help

Posted: 05/04/09 07:56 PM

Forum: Flash

how could we possibly know what your doing wrong?


25.

None

Topic: Action Script 2.0 Help

Posted: 05/04/09 04:57 PM

Forum: Flash

hurray for me! now i have to drink a beer.


26.

None

Topic: Action Script 2.0 Help

Posted: 05/04/09 04:32 PM

Forum: Flash

onClipEvent(enterFrame){
if(kills < 10){
this._x = US._x;
this._y = US._y;
}
}

try changeing the if to:

if(_root.kills <10){


27.

None

Topic: Coder Needed - How many % want?

Posted: 05/04/09 12:09 PM

Forum: Flash

i remember the first time this was posted months ago, im suprised no one picked it up yet.


28.

None

Topic: Simple problem - simple fix..?

Posted: 04/29/09 01:08 PM

Forum: Flash

if (Key.isDown(80) && Menutimer == 0) {
        Menutimer = 50;
        if (MenuSS == false) {
        MenuSS = true;
        } else {
        MenuSS = false;
       }
}
 
if(Menutimer > 0) {
         Menutimer--;
}


if (MenuSS == true) {
//Make the menu appear..
} else {
//Make the menu disappear..
}

29.

None

Topic: Simple problem - simple fix..?

Posted: 04/29/09 01:05 PM

Forum: Flash

i had this problem, its easy, set a timer variable to say like 50 when the button is pressed.
in your main code simply check if its above 0 and if it is subtract one per frame.
when checking if the button is pressed also check if that variable is above 0, if its 0 alow the button to register and bring up or bring down the pause menu.

hope this makes sense. but ive used it before lots.


30.

None

Topic: Flash game Programmer Needed!!!

Posted: 04/27/09 09:21 PM

Forum: Flash

i honestly want to know how a post from 06 would get here like that would take some looking from a replyer


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

<< < > >>

Viewing 1-30 of 524 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91318