Gunstar_Hero
337 posts
|
Topic: Kongregate /
Making Alts
Well, some people try to do it to get around bans (Which is against the rules, mind you) and some just think they won’t get caught doing it. Alts are okay, if there not for point farming or getting around bans, just as another account to play on or something.
|
| |
Gunstar_Hero
337 posts
|
Topic: Technical Support /
Chat can't connect
It started working early today, oh well.
|
| |
Gunstar_Hero
337 posts
|
Topic: Technical Support /
Flagging Comments Multiple Times.
Your not the first one to realize that, I too have noticed this.
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
RemoveMovieclip
When using removeMovieClip, you have to first make the mc swap to the highest depth. You can remove any movieclip, created by code or not.
Use this code:
MC.swapDepths(_root.getNextHighestDepth())
MC.removeMovieClip()
|
| |
Gunstar_Hero
337 posts
|
Topic: Technical Support /
Chat can't connect
Every time I try to place a game, I get the message
Kongregate Notice: Unable to connect due to an expired session. You may refresh to reconnect.
in the chat, then it just stops. I tried refreshing 10 times, I restarted my computer, everything like that.
I have Flash Player 10 and the ports for the chat are open, plus, it worked a yesterday, then, plop! It didn’t work. :( Any ideas?
|
| |
Gunstar_Hero
337 posts
|
|
| |
Gunstar_Hero
337 posts
|
Topic: Technical Support /
CAPS ALLOWED ROOMS
Originally posted by doom1922:
Just a suggestion.
Well post it in the Suggestions Thread.
True, also, I honestly do not think this is a good idea. If everyone posted in caps, there would most likely be chaos. If someone is visually impaired, they simply need to use the zoom in option on their browser, or get glasses as they should.
|
| |
Gunstar_Hero
337 posts
|
|
| |
Gunstar_Hero
337 posts
|
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
It echos correctly, but when I try to access it with flash, it returns undefined. My code is probably pretty crappy but I am new to this so please don’t laugh D:
infos = new LoadVars();
infos.load(“http://casualdojo.hostrator.com/userranks.php”);
infos.onLoad = function() {
trace(root.infos.GunstarHero);
};
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
Uhh, nothing big, but it’s Gunstar :P
Anyways, I’ll try that, I’ll get back to you guys in a bit.
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
It should be, otherwise it would be giving a return value like “error accessing blah blah blah”. I know this because I’ve experienced that.
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
Jabor answered my question indirectly in his example. Testing whether it works now.
EDIT: Doesn’t work, it always returns “undefined”. Any ideas? Oh, and sorry to be such a pain, I know, I suck at coding. Sorry guys.
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
Alright, but I don’t use PHP much (at all really) and am a bit confused, where in the php code would I define the variables?
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Unresolved] Loading External Variables from a .php file
Yeah, I’m back with a new problem, I want to load a variable from a .php file. Only, I want to be able to get a certain variable from the file.
So, if my php file was:
<?php
$Gunstar_Hero=‘BlahBlahBlah’;
?>
then how would I load the variable “Gunstar_Hero” into flash?
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
I can't change rooms in chat!
Originally posted by Carados:
Are you using a no script extention?
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
Quoting
Originally posted by Carados:
If you can’t figure out how do to install it, you don’t deserve to use it, do you?
/End
If you honestly want it, then go teach your self how to install it properly. Better yet, learn to use the English language properly so you can get help.
|
| |
Gunstar_Hero
337 posts
|
Topic: Off-topic /
Portals
It most likely is possible, yet, it will be quite a time before mankind and successfully harness the power without killing us all in some horrible experiment with them.
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Resolved] Loading External Data
Moonkey once again fixes my problems, thanks a a lot man!
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
KONG STOLE MY MONEY!
Either way, then this topic is pointless. Yes, I am being a jerk today but I am not in a good mood >:(
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
KONG STOLE MY MONEY!
Originally posted by ItBeNickYo:
I love how he thinks he’s getting robbed, when he’s really not.
Agreed, moo, just be glad that kongregate even gives you the little money you are earning. Kongregate could host your games and take all the money, but they give us developers a break. You got robbed because all of your games are crappy and worthless (although cow in a sling kept me entertained for at least a whole 5 minutes) and people are tired of playing junk games. Therefore, your games views are low, getting a lower add revenue, causing you to get 1 penny in the report, and kongregate takes it because in an odd quotient (when halfing the money) kongregate always gets the higher cut. But honestly, it’s one penny, you really shouldn’t care. Pretty pointless.
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
KONG STOLE MY MONEY!
What I love about this is that it takes him 8 games to get 77 cents and one of my games got me 60 bucks and is still paying me :P
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
OMG EPICNESS
Originally posted by ItBeNickYo:
Nothing from Panda_Man is epic.
True.
|
| |
Gunstar_Hero
337 posts
|
Topic: Kongregate /
KONG STOLE MY MONEY!
Originally posted by ItBeNickYo:
It’s only one cent, which means Kong gets it.
Kong>you.
/End
|
| |
Gunstar_Hero
337 posts
|
Topic: Programming /
[Resolved] Loading External Data
I’ve tinkered around with this and so far no luck. Any have any ideas?
|