Be a Supporter!
Response to: AS2 Help - Making hittest lose life Posted May 31st, 2009 in Game Development

while (_root.wall.hitTest(_x-radius, _y, true)) {

_x++;
_root.lifeloop.gotoAndPlay(2);
}

What does lifeloop do exactly? Any code there?

I'm just curious.
Response to: The Flash 'Reg' Lounge Posted May 31st, 2009 in Game Development

At 5/31/09 04:37 PM, fluffkomix wrote: 08ers are the plague.

Good job saying that. Anyways, check my newspost.

No, I'm NOT feeling sorry for myself.
Response to: Game talking Posted May 31st, 2009 in Game Development

At 5/31/09 04:29 PM, TripleDK wrote: _root.gotoAndPlay(nextFrame);

...wut? More like

_root.nextFrame();
Response to: Game talking Posted May 31st, 2009 in Game Development

As you know how to make a game, converting this to actual code shouldn't be a problem:

if(Key.isDown(putkeycodehere) && this.hitTest(NPCMC)){
nextFrame();
}

This is somewhat AS2, put on the player MC.

Response to: Cursor change Posted May 31st, 2009 in Game Development

At 5/31/09 03:01 PM, Topunit wrote:
At 5/31/09 01:41 PM, 51lver wrote:
At 5/31/09 12:27 PM, Topunit wrote: Thanks but how do I use it?
select the movie clip you want to be the cursor, then press F9 this opens the actions panel, while the actions panel is open paste the script posted above into it
I tried that but it only hides the mouse.

Draw your cursor on the frame (the white area), select it, press F8 and pick "movieclip", click ok. Then it should say "instance name:" somewhere, put customCursorMC in there. Use those capitals.

Response to: The Flash 'Reg' Lounge Posted May 31st, 2009 in Game Development

At 5/31/09 02:54 PM, CaiWengi wrote: Haven't seen rusty games around in a good while. What happened to him?

04/06/09 was his last post date. :( He must have gotten a life or something awful like that.

Response to: Anyone need a Writer? Posted May 31st, 2009 in Game Development

I'm confident you're good at script writing, but people don't WANT script writers, only real desperate ones.
Sorry to dissappoint you, but most animators like to work with their own ideas.

Response to: World War 3 Collab Posted May 31st, 2009 in Game Development

At 5/31/09 01:58 PM, Inswivnia wrote: What song are you doing I sorta like to know what im animating to it makes it seem lke it all goes together rather than it being chopy like slipting up the audio sending it to us and having us animate to that.

Look at the OPost. It's some LOTR thing.

Response to: Cursor change Posted May 31st, 2009 in Game Development

At 5/31/09 01:41 PM, 51lver wrote: select the movie clip you want to be the cursor, then press F9 this opens the actions panel, while the actions panel is open paste the script posted above into it

Be quick though, the actions panel closes within 2 seconds! If you want to use different cursors, you can use:

onLoad = function(){
buhurp = "red";
}
onEnterFrame = function(){
if(Key.isDown(Key.LEFT)){ /* just an example */
buhurp = selcurs[2];
selcurs = new Array("red", "green", "blue");
customcursor.gotoAndStop(buhurp);
}

If you understand this code, use it. If you don't go Google.

Response to: The Flash 'Reg' Lounge Posted May 31st, 2009 in Game Development

At 5/31/09 01:36 PM, knugen wrote:
At 5/31/09 01:30 PM, x-factor11 wrote: Ace
I always go back one step to see if a new post have been made before I post mine, but this time I didn't see that one.. Stupid new page ;)

Yes indeed. Google sucks if other people use it before you do >:(

Response to: The Flash 'Reg' Lounge Posted May 31st, 2009 in Game Development

Here it is:

The Flash 'Reg' Lounge

Response to: The Flash 'Reg' Lounge Posted May 31st, 2009 in Game Development

Why?

Didn't anyone notice my new sig? :(
Response to: Need Colorist For $$$ Posted May 31st, 2009 in Game Development

At 5/31/09 01:16 PM, CaiWengi wrote: $20 dollars an hour ill be your colourist.

Ive got lots of colouring experience, no the ins and outs of the paint bucket tool, sometimes I even use the hotkey.

Looks like a fair offer to me. If I ever need a colorist, I'll PM you.

.
.
.
Lawl.
Response to: Famous Last Words Colab Posted May 31st, 2009 in Game Development

Put this line in that list: "Windows did'nt let me delete it!"
From here.

Response to: Programmer For Hired Posted May 31st, 2009 in Game Development

At 5/29/09 08:02 PM, Noobkiller wrote: Hi guys! I have nothing to do this summer, so I thought about posting here if anyone is looking for a programmer for their flash projects. Here's my special olympics application.

If you don't post examples, people aren't likely to help you. Almost every AS programmer is able to code space shooters and simple rumblers.

Response to: The Flash 'Reg' Lounge Posted May 31st, 2009 in Game Development

At 5/31/09 01:06 PM, x-factor11 wrote: got a quick question guyszzzz

Why would you even WANT to know that?

Response to: Move an object like asteriods Posted May 31st, 2009 in Game Development

Don't copy and paste :(
It makes us very sad.
You got it from here, no?

Response to: Hi guys Posted May 31st, 2009 in Game Development

Hey, I'm from the Netherlands as well. I added you :D so accept me.

Response to: flash API problem Posted May 30th, 2009 in Game Development

At 5/30/09 03:22 PM, micky315 wrote:
If you're having problems with the NG Api, just contact staff members.
the staff wont fucking reply! I open the god damn file then a window pops up telling me that i have to buy cs4 to open the file!!!!

Screens please. Also, don't use those words for no reason. People tend to hate people that act like you do.

Yar - har - fiddle-dee-dee, being a pirate is all right to be!
Do what you want 'cause a pirate is free, you are a pirate!

*rolls eyes AGAIN*

flash API problem

Response to: Specific Flash Question... Posted May 30th, 2009 in Game Development

MovieClip.

Response to: AS2 Help Thread Posted May 30th, 2009 in Game Development

At 5/30/09 03:13 PM, GlowingMonkey wrote: This not going to work.

That he didn't found out about that himself.... think before you post, "theactionscripter".

Response to: Specific Flash Question... Posted May 30th, 2009 in Game Development

Find an image on google images of a crumbled paper, put it on the top layer of your Flash movie, convert it to an mc and change it's alpha to 40. I hope you know how to.

Response to: flash API problem Posted May 30th, 2009 in Game Development

At 5/30/09 02:58 PM, micky315 wrote: can you post a fla. of the file then in cs3 format?

No, as it is for MY FLASH API, NOT YOURS. Download it. Use the same clicky linky as I used.

I'm getting tired.
Response to: Artist Wanted Posted May 30th, 2009 in Game Development

"Your old friend Earthshine"? I don't know you?
Also, you're making a movie but you need an artist. Hmm. Right.

Response to: The Flash 'Reg' Lounge Posted May 30th, 2009 in Game Development

Hey Fluff, almost didn't recognise you with lvl 10!

Response to: flash API problem Posted May 30th, 2009 in Game Development

At 5/30/09 02:39 PM, micky315 wrote:
At 5/30/09 02:21 PM, WhoknowsmeaUdiO wrote:
At 5/30/09 02:10 PM, micky315 wrote: please help me!!!
A. Give us more info.
url is posted in a previouse post, i dont know what other info i can give you!

The URL only works for you, as it is designed to. Give us screens, etc. anyways, I've downloaded the .fla for AS2 and it works in CS3. It's NOT a CS4 file, maybe you're a pirate?

flash API problem

Response to: AS2 Help Thread Posted May 30th, 2009 in Game Development

In case you haven't noticed, the whole Flash forum IS a place where you should ask those questions. Also, why not treat noobs with some respect?

Response to: flash API problem Posted May 30th, 2009 in Game Development

At 5/30/09 02:10 PM, micky315 wrote: please help me!!!

A. Give us more info.
B. Your problem's unsolvable to us, as you're the only one that ever expierenced this problem.
C. Please use proper punctuation and grammar.
D. I like the letters A/D.

Response to: The Flash 'Reg' Lounge Posted May 30th, 2009 in Game Development

At 5/30/09 01:39 PM, Zyphonee wrote: I once went to a restaurant and ate frog. I doubt you can buy frog in a store.

Petshop. ;)

Response to: flash API problem Posted May 30th, 2009 in Game Development

At 5/30/09 01:35 PM, micky315 wrote:
At 5/30/09 01:19 PM, WhoknowsmeaUdiO wrote: Then download the AS2 version *rolls eyes*.
i did but it comes in cs4 version and i dont have cs4 only cs3

No, it's compatible with Flash MX 2004 and up.