Recent posts by Electron_Games on Kongregate

Subscribe to Recent posts by Electron_Games on Kongregate

avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / wanted: 5 artists (dont ask questions)

So, what you really need are 4 idea guys and 1 artist. And a brain. That one you should really look into.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / wanted: 5 artists (dont ask questions)

Umm… Why do you need five artists if it’s a simple game?

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Need Help -New Dev Using Game maker

Do a barrel roll!
Ahem.
Sorry. I had to say that.

But no, you can’t use gamemaker to make games for kong.
Try out the 30 day trial for Flash CS5. That’ll do it for ya.
https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash&promoid
Flash is what almost all devs use for online games. Unfortunately, it requires actual code. Well, unfortunately if you’re used to gamemaker.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / potential star wars mmo

Wow, that’s impressive. Good luck! Just one thing though; you might want to get LucasArt’s permission first. You don’t want to get sued. ;)

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / [Closed]Fly Or Die Multiplayer, Looking for a graphic artists

Hi! I just sent you an email. Awesome game!

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Im new to game making...

Originally posted by DomO42:

NO my ideas are as original as they get

Umm… I don’t actually think this is logically possible. And even if it were, it’s not always a good thing. For instance, here’s an incredibly original idea:

You’re a cupcake, and you have to go and kill the walrus king, who has taken over the entire southern hemisphere of the planet Dathrugon. The walrus king has flaming monkey-horse minions, and the only thing that can harm them are your sprinkles, which you throw, but it kills you over time.

Original? Yes. Fun? Maybe. Retarded? Yup.

You have also given no examples, making me suspicious that either your ideas are terrible, or you couldn’t think of any, which is a bad sign.
Basically, you’re just asking someone to make a game for you, which is just annoying. Of course, Shadow here has agreed to this because he’s nice, but be careful, Shadow; his ideas might be terrible, absurd, both, or just too complicated. Make sure you’ve seen the ideas before you do this for sure.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / dynamic anime hair

I sense LA-

“G” loading. Please wait.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / HTML problem!

Whoops. Can someone delete this post please?

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / HTML problem!

Thank you UG.
I actually already did try googling it, thank you very much. Good luck finding a comprehensible answer there.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / HTML problem!

This is a very simple little problem, but I know nothing about HTML.
So I made a web page entirely in flash, basically it’s just a .swf file inside an HTML file, and it doesn’t center in on-screen. Instead it left-justifies it.
How do I center the .swf in the HTML?

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / Whats messed up with this code? [Plz, help. I need to get help with this soon cuz my internet will stop today D`: ]

You’re using AS2, right? ‘Cause I know nothing about AS3. I’m old school.
So, you’ve got

this.gotoAndPlay(2);

on the movie clip, right?
Unless you want the movie clip’s timeline to skip to frame 2, all you need to do is change this to _parent.
So you get:

_parent.gotoAndPlay(2);

If you do want to have the movie clip change its timeline, you don’t need a “this” since it’s already on the movie clip.
Just say:

gotoAndPlay(2);

Also, I don’t think onClipEvent(release) is a valid event. That would explain the error.
You don’t need none o’ them fancy clip events. Just use on(release) again. THAT you don’t need to change.

So your code should probably look like:

on(release){
score += 1;
if (score > 4){
_parent.gotoAndPlay(2);
}
}

Voila!

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / game maker 7.0 HELP PLEASE

The thing is, if you’re good enough at Flash, it pays for itself very quickly. My suggestion is to get the 30 day trial, learn as much as you possibly can, then buy Flash and earn money with it as a way of earning back the money you spent. Honestly, if you can’t make any money with flash, there’s not much of a reason to own it, other than for fun. It really can be VERY fun. But only if you can use it, which brings me back to my original point. Try it, learn, buy it, get back the cash.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / actonscipt 2.0 mouse help

I have a question, actually. Why are you naming things in such complicated ways?! Seriously, nobody will kill you if you just name your custom cursor “cursor” or what you’re trying to click “button.” Try it and see if your program becomes less “confulsing.”

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / New game:Wizards Awiat

I’m starting to seriously doubt that you can program if you misspelled the word “shout.”

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / actonscipt 2.0 mouse help

Let me give translation a shot.

First Post:
Heis makeing a room escape game. He’s trying to make a mouse that he makes when he clicks something. Wires will go to the lambs and be confulsing. Helping him would be very nices.

Second post:
Heis use CS3 on a actionscript 2.

Third post:
Heis trying to to use actonscipt to make a code. His mouse is (m5_mc). He wants to use when the mouse releses. He wants click on a smybol called (cw_mc). He want when when click on, the smybol go to frame (“w2”). His cuser is (m5_mc). We know like hind cuser make cuser name (cw_mc). If we don’t under sant, he will make a video. PLEASE HELP THE PLUS SIGN AND THE HANGING PARENTHESE!!

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Looking for an experienced game developer

Well, we could meet in the Game Development Room whenever you’re ready.
(sorry for lack of posting until now)
GDR
I’ll be there.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Looking for an experienced game developer

Well, I can probably do the animation. I’ve got a lot of spare time, what with summer n’ all.
What exactly do you need? You can email me at electrongames0@gmail.com
What kind of art style are you thinking of? If it started out as a board game it might be nice if it was kind of drawing-y. Whatever you think.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Looking for an experienced game developer

…erm, ask away!

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Animator Needed!

Whatever I say, eh?
Bwahahahaha!!

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Animator Needed!

@Poskusin
I AM going to do it myself. That’s why I asked him to send the files to me.
There was also no “do it for me” involved. He asked for volunteers to do a quick thing when they had a chance. And lastly, there is obviously collaboration here. He asked for art. He will do programming. If that’s not collaboration, what is?

@feha :P

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Animator Needed!

Jeez, people, this would take like 15 minutes max. Go ahead and send the files to electrongames0@gmail.com
This is the collabs forum, after all…

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Need a dedicated somebody

Just a tip:
Too many designers can lead to inane amounts of arguing, trolling, and general disagreement. Of course, if each designer works on a different topic, such as character design or level design, then you’re fine. Just trying to help. :P

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Game Programming / Game Design forum?

+1,000,000,000
This would be awesome, I heartily agree. I hope it happens.

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Half Brain Prod.

…You’re still here?

 
avatar for Electron_Games Electron_Games 156 posts
Flag Post

Topic: Collaborations / Let's make a casual team

10% sounds good to me for payment. Haven’t talked to the others in quite a while though, not sure what happened to ’em…