Recent posts by phore_eyes on Kongregate

Subscribe to Recent posts by phore_eyes on Kongregate

Nov 22, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / New game (FGL only)

I just uploaded a new version with quite a few bug fixes:
http://www.flashgamelicense.com/view_game.php?g…

 
Nov 19, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / New game (FGL only)

Anyone have any feedback?

 
Nov 17, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / New game (FGL only)

Thanks.
fixed link:
http://www.flashgamelicense.com/view_game.php?g…

 
Nov 16, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / New game (FGL only)

Just about done my new game monotone and was wondering if anyone could give me some feedback.
game can be found here: http://www.flashgamelicense.com/view_game_id=3231
thanks for any feedback.
(must be registered at FGL to view it)

 
Oct 27, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / any ideas...

I want to make it so that when the player goes in between two enemies while they are with in 100px of each other a variable goes up by one. Originally I was going to have it draw a line in between the enemies when they were within 100px of each other and then perform some kind of collision detection on it but that doesn’t work. So does anyone have any ideas on how i could do this?

 
Oct 27, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / line hitTest

that wouldn’t work because it would still be checking the bounding box not the line itself.

 
Oct 27, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / line hitTest

the player is a square 20 px by 20px the more accurate the better

 
Oct 26, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / vector projection

I have a line and I need to use a hitTest on it and to my understanding to do that I need vector projection (so that it’s not just the bounding box) I’ve looked at the create a flash game like deflection tutorial by Emanuele Feronato (which is basically exactly what I need) but I can’t figure out what part of the code the hitTest is.

 
Oct 26, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / line hitTest

I have a line that goes in between the two enemies and I want to check if the player is hitting it, it’s not possible to just use a normal hitTest because when I do that it takes the whole bounding box of the line (And i want just the line). Any ideas on how it could be fixed?

 
Oct 26, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / drawing a line to connect two mc's

Thanks

 
Oct 26, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Programming / drawing a line to connect two mc's

I’m just wondering why my code isn’t working:

onClipEvent (enterFrame){
var Dist = GetDistance();
if(Dist<100){
this.createEmptyMovieClip(“line_mc”, 10);
line_mc.lineStyle(10, 0×000000, 100);
line_mc.moveTo(this.x, this.y);
line_mc.lineTo(root.enemy2.x, root.enemy2.y);
}
function GetDistance(){
return Math.sqrt((this.x-root.enemy2.x)*(this.x-root.enemy2.x)+(this.y-root.enemy2.y)*(this.y-root.enemy2.y));
}
}

I want it to draw a line connecting itself and the movieclip enemy2 and as far as I can tell it should but it doesn’t… just wondering if anyone can tell me why it’s not working and/or how to fix it.

 
Sep 7, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / Is this true?

i think people are just saying you do so that people will stop doing it… but i dont really play kongai so i dont know.

 
Sep 5, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / Argue Beta Testers

i’d love to

 
Sep 2, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Off-topic / I got fire fox

chrome is pretty good but it’s gonna take some time to get use to it. You can import all your firefox settings into it ofcourse. haven’t downloaded anything yet.

 
Sep 2, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Off-topic / I got fire fox

i’m trying out chrome right now. (googles browser)

 
Sep 2, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Off-topic / Pausing .gif Images

press esc

 
Aug 31, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / how to create a game

it’s flash. please read the stickys.

 
Aug 30, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / Earned EVERY easy badge

plenty

 
Aug 25, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / Ad Revenue?

they arn’t on your game there on the page which your game is on. And also why do you want to know?

 
Aug 25, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / Ad Revenue?

the ads on your games page

 
Aug 22, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / How many Impossibles do you have?

aldrin I’ve been on the site almost since they started the badges… I’ve had a long time.

 
Aug 22, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / Badges Remix

all but three (gonna get’em today)

 
Aug 21, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Off-topic / Hosting and Domain Services!!

sounds interesting… i’ll check it out.

 
Aug 21, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Kongregate / How many Impossibles do you have?

Fold [X] ZunderFury [X] SCGMD2 [X] SCGMD3 [X] Line Game [X] Dino Run [X] Hexiom [X] Pandemic II [X] Gravitee [X] Monster’s Den [X] Max Mesiria Chp2 [X] M.A.D. [X] Dolphin Olympics [X] Tarnation [X] Amorphous+ [X] Streamline [X] Ballon Invasion [X] Orbular [X] DTD [X]

19/19 impossibles

 
Aug 21, 2008
avatar for phore_eyes phore_eyes 416 posts

Topic: Games / Alpha testers needed *Its open*

i perfer mouse only becase i find it to hard to control both the wasd keys and the cursor at the same time.(i’m on a touchpad)
ps why not have the choice at the biggining?