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

We found 1,095 matches.


<< < > >>

Viewing 151-180 of 1,095 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92337

151.

None

Topic: about Hitler

Posted: 05/26/08 03:04 AM

Forum: General

that was his brother derek they found, duhh


152.

None

Topic: Tactical assassin question...

Posted: 05/23/08 04:21 AM

Forum: Flash

the theory of it is..

the entire screen is hidden by the black box, and a circular mask - the scope - is attached to the mouse, and reveals anything placed behind the black box.

you familiar with masking?


153.

None

Topic: onPress actions for an unloaded mc?

Posted: 05/23/08 02:46 AM

Forum: Flash

For anyone who comes across this later on looking for an answer to a similar question.. I ended up just declaring my functions globally from the main timeline, then calling them from the buttons that loaded in later on.

To declare a global function:

_global.functionName = function() {
// code for the function goes here
}

Then to call the function from elsewhere, use a simple line of code such as this. No specific path required as the function is available globally:

yourButton.onPress = functionName;


154.

None

Topic: help

Posted: 05/23/08 02:40 AM

Forum: Flash

toggle that button to turn off script assist.

help


155.

None

Topic: help

Posted: 05/22/08 10:33 PM

Forum: Flash

what version of flash?

in cs3, in the actions panel, there's a big button that says "Script Assist" in the top right. whichever version you're using though, with the actions panel open, look in the top right; you'll probably see a little help button, then a menu button that looks like a little down arrow with three lines to the right of it. click that to expand a menu with the expert/normal actionscript modes. i think that's right at least.


156.

None

Topic: onPress actions for an unloaded mc?

Posted: 05/22/08 10:17 PM

Forum: Flash

I'm doing up a simple little game, I'd like to keep all my actionscript on the first frame of the main timeline though.

There's a movieclip I'm using as a button within my main movieclip. That movieclip loads in later on along the main movieclips timeline. When the player clicks the movieclip, I want whatever actions to occur.

Problem is, if I use mainclip.btnclip.onPress from the main timeline, when that line of code is read at runtime the button movieclip hasn't loaded yet so nothing happens.

How can I assign onEvent actions to a movieclip from the main timeline before the movieclip loads, so when it does it makes use of them? Would my best bet be to use functions?

Thanks!


157.

None

Topic: Something's wrong with my cut.

Posted: 05/21/08 12:06 AM

Forum: General

At 5/20/08 11:22 PM, kid-dude wrote: Gotta agree with jade. blablabla

wow what a pussy you are


158.

None

Topic: That online cartoon...where/w hat?

Posted: 05/20/08 02:31 AM

Forum: General

whoa, dude.. slow down.. what are you trying to say here?


159.

None

Topic: What should boobs taste like?

Posted: 05/20/08 02:06 AM

Forum: General

how the fuck do you do the comment thing, damn


160.

None

Topic: What should boobs taste like?

Posted: 05/20/08 02:05 AM

Forum: General

they should taste like chips.. to go with the fish down below!

| anyone beat me to it?


161.

None

Topic: Dear Canadians.

Posted: 05/16/08 02:00 AM

Forum: General

wow, this thread is full of some of the most ridiculously one sided bullshit ever. everyone seems to think they know just how things are, and lots of it is backed up by claims of having been to almost every country and being able to speak most existing languages.. you guys realize how incredible of a feat that is right? especially for a 16 year old girl?

of course there are people in canada who dislike the US, and people in the US who dislike canada.. when people fall into categories such as country, religion, etc. they are suddenly divided from the rest of the world, and they will always find some reason they're superior or right over others. lots of people are able to see past this.

i too start to get pissed when i hear my country - canada - or my people put down , but i do my best to get over it and keep in mind we're all just a bunch of imperfect human beings.


162.

None

Topic: Just Read No Country For Old Men...

Posted: 05/14/08 12:59 AM

Forum: General

At 5/11/08 07:16 PM, Bomshaw wrote: Why didn't Chigurh kill Bell when he went to investigate the apartment where Moss had died?

chigurh wasn't actually there, bell just imagined him there.


163.

None

Topic: Just Read No Country For Old Men...

Posted: 05/11/08 02:54 AM

Forum: General

after re-watching key parts of that movie over and over, i finally managed to figure out some of the more confusing parts of that movie.. such as the scene where sheriff bell goes back to the hotel room. i haven't read the book, but i think i might.


164.

None

Topic: How do I remove my title of n00b?

Posted: 05/11/08 02:39 AM

Forum: General

dude i think its likr all the regular people jerk off on some toast then you eat it or something like that


165.

None

Topic: flash game idea's

Posted: 05/10/08 12:10 PM

Forum: Flash

i didn't even read the entire first post, but seems like the idea here is people can post their ideas for games, discuss them, whatever - and if someone else wants to take one of the posted ideas and turn it into something, they are free to do so - but it would be nice if they let the person who came up with the idea know that they are going to do so.

since i don't think any actual ideas have been posted yet,

an idea i had for a game before was a platformer of some type, and the concept is that the game takes place over the course of about 5 nights. each night, the level begins by a father reading his child a classic bedtime story such as little red riding hood, the three little pigs.. a different story each night. the actual telling of each story though would be played out as a game - you take on the role of say, red riding hood, and you play through the story as a level. the wolf being the boss at the end. twists to the storylines would definitely be encouraged to make things more exciting. take on the role of the lumberjack say, and you have to kill the wolf and save everyone else. hell, you could even play out the story as the bad guy, be the wold and your goal is to eat little red riding hood.


166.

None

Topic: Looping question

Posted: 05/09/08 04:46 PM

Forum: Flash

if you want to loop a frame because you want to repeat the actions you have written in on it over and over, use:

onEnterFrame = function() {
//actions
}

if you want to loop an animation, place the action gotoAndPlay(1); on the frame you want it to loop back at.. and replace the "1" with the frame you want it to start over again on.


167.

None

Topic: problem with listener and ascii key

Posted: 05/09/08 11:43 AM

Forum: Flash

big thanks guys, that was it - back in business


168.

None

Topic: problem with listener and ascii key

Posted: 05/09/08 02:14 AM

Forum: Flash

pretty tired so i hope this makes sense,

i'm trying to make a character crouch using the "c" key. i'm doing so by using a listener. the code is as follows..

keytracker = new Object();
keytracker.onKeyDown = function() {
if (Key.getCode() == 67 && crouched == false) {
crouched = true;
} else if (Key.getCode() == 67 && crouched == true) {
crouched = false;
}
}
Key.addListener(keytracker);

that doesn't do anything though. strange thing is, if i change the ascii code to 51 for the "3" key, it works fine. even stranger is that if i try using the same ascii code, 67, in an enterFrame key checking statement like this:

onEnterFrame = function() {
if (Key.isDown(67)) {
//actions

it works fine too. and strangest, just to test things i used the getascii method to trace ascii values upon keystrokes, and a bunch of keys don't return any value.
going with key.isDown is not an option for me, the listener works better for checking when a key is toggled. anyone know what's up?


169.

None

Topic: Character script problem

Posted: 05/09/08 02:03 AM

Forum: Flash

actually, i think the this.gotoAndPlay line is a problem if it's placed on a keyframe rather than your movieclip. try using mymovieclip.gotoAndPlay instead.


170.

None

Topic: Character script problem

Posted: 05/09/08 02:01 AM

Forum: Flash

try..

if (Key.isDown(Key.SPACE)) {
// action
}

keep in mind though, this will only check one upon entering that third frame. if you want it to constantly be checking, throw the if statement within an onEnterFrame method/function/whatever. ie,

onEnterFrame = function() {
if(Key.isDown(Key.SPACE)) {
// action
}
}


171.

None

Topic: Preloader Problem

Posted: 05/05/08 01:35 AM

Forum: Flash

Out of curiosity, do you still have this problem when you do Control > Test Movie? I've had problems with things not displaying correctly in the standalone player, but working fine within Flash.


172.

None

Topic: Oregon trail

Posted: 05/01/08 02:35 AM

Forum: General

i've never even heard of oregon trail but it looks like a wussies game, real men played zork

Oregon trail


173.

None

Topic: Daaaaaaaaaaaamn You Mexicans!!!

Posted: 04/30/08 06:53 PM

Forum: General

At 4/30/08 03:21 AM, AlexTomkins wrote: clearly you've never left America... in England all the schools are having to employ interpreters cause of all the immigration. it gets kinda annoying

i have left america actually, and i've even been to england. i know there are similar situations in other first-world nations around the world, but i think america is probably one of the worst cases.

take a look at australia though, while they are open to immigrants, they expect that the people that come there adapt to their way of living.


174.

None

Topic: Daaaaaaaaaaaamn You Mexicans!!!

Posted: 04/30/08 06:48 PM

Forum: General

At 4/30/08 01:13 AM, pigeonmaster88 wrote: We have to learn english if you didn't know. Or what? Are you scared of spanish because mexicans speak it? or is it too hard to you to learn?

i already backed you up in my other post on that, the copperchaos guy though says english is only mandatory in schools in the northern part of mexico, unless i misread his post.

and fuck any of you who are offended, stereotypes hold truth and that goes for any race or religion, that's how they come to be in the first place.

and for the record, i'm not an american. also, i do plan on learning spanish, thank you.


175.

None

Topic: someone please check this code?

Posted: 04/30/08 02:37 AM

Forum: Flash

Done, finally. Result is here - http://dustinshadoe.com


176.

None

Topic: Daaaaaaaaaaaamn You Mexicans!!!

Posted: 04/30/08 01:01 AM

Forum: General

At 4/30/08 12:54 AM, CopperChaos wrote: Well, almost every school forces English as an assignment here, and we have to learn it because of the USA being next to us. It would be cool that the USA did the same, but with Spanish. But fuck, I doubt they would. They are so fucking racist with us to actually give a shit.

Meh.

they're probably just making sure you're ready to fit in seeing as most of you will end up hoppin the fence anyway :P

no i actually think that's wrong too, i don't think they should force the english language in mexico.. it's like taking away a country's identity in a way, but it seems to be happening in a lot of places.


177.

None

Topic: Daaaaaaaaaaaamn You Mexicans!!!

Posted: 04/30/08 12:41 AM

Forum: General

At 4/30/08 12:32 AM, pigeonmaster88 wrote: Then learn the language! I'm mexican and I had to learn english!
Why don't you do the same? learn spanish!

¿Qué te cuesta aprender español?

assuming you're in the states, doesn't it make sense you would learn the english language? why are americans now expected to learn spanish in return? you wouldn't see this kind of thing going on in any other country.


178.

None

Topic: Stupid Little Brat at Target

Posted: 04/30/08 12:03 AM

Forum: General

you should of told the kid "this is what happens in these kind of games" and then taken a bat and beaten his mom down then taken the floating money that popped out of her and left, you'd only have 1 star so it'd be an easy getaway.


179.

None

Topic: Need Big Help

Posted: 04/29/08 02:19 PM

Forum: Flash

At 4/29/08 01:44 PM, Dark-Muse wrote: Also, i know how to do the looped walking thing... it just dusnt work for me

haha, you sure you know how to do it then?

in theory at least, i think what you want to do is have two frames inside your player movieclip; first frame he's standing, second he's walking, just the looped animation of course. on your main timeline, have the onKeyDown and onKeyUp code tell the player movieclip to go to the second frame when the right/left key is pressed, and back to the first frame when the key is released. set the _xscale property of the player mc to positive or negative to flip him around so he faces the right way when walking.

anyway, yea - theory. you'll have to conjure the code yourself.


180.

None

Topic: As3 - Creating Mcs By Clicking

Posted: 04/29/08 11:08 AM

Forum: Flash

At 4/28/08 12:47 PM, GustTheASGuy wrote: Gtfo.

i've noticed a trend among your posts, that being you're quite a dick.. helpful, but a dick.


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

<< < > >>

Viewing 151-180 of 1,095 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92337