mp630
46 posts
|
Topic: Game Programming /
Viral distribution, site-locking, and your rights as a developer
kongregate always adjusts URL to www.kongregate.com
(AS2) – will probably work on AS3 also…
zoneURL = this._url;
zone = zoneURL.toLowerCase();
zstr = zone.split(".");
zcom = zstr[2].split("/")[0];
if ((zstr[1]+"."+zcom) == "kongregate.com") {
// on kongregate
kongregateServices.connect();
} else {
// NOT on kongregate! ~ other site
gotoAndPlay(1);
}
|
|
|
mp630
46 posts
|
Topic: Game Programming /
PhP & Kongregate?
thanks for showing me how much I suck.
;-)
|
|
|
mp630
46 posts
|
Topic: Game Programming /
PhP & Kongregate?
wont paste right – kongregate is such crap you cant edit or delete postings…
<allow-access-from domain=[QUOTES][Asterisk][QUOTES] />
|
|
|
mp630
46 posts
|
Topic: Game Programming /
PhP & Kongregate?
<!DOCTYPE cross-domain-policy SYSTEM “http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd”>
<cross-domain-policy>
<allow-access-from domain=\“*\” />
</cross-domain-policy>
|
|
|
mp630
46 posts
|
Topic: Game Programming /
PhP & Kongregate?
not I am not using crossdomain.xml – I will look into this thank you for the replys.
|
|
|
mp630
46 posts
|
Topic: Game Programming /
PhP & Kongregate?
Hello I am working on a flash/PhP game, but when I uploaded to Knogregate, none of the PhP is working.
I take it that outside calls to PhP files is not allowed on here??
Or could it be something else??
|
|
|
mp630
46 posts
|
Topic: Collaborations /
AS2 Multiplayer game platform - for $$ share
If you have a simple as2 flash game that you would like to make multiplayer, you can contact me.
I have a flash application that has a php backend w/ secure logins that I will share for 50/50 profit split.
I can do complex games with it, but for now I just want to keep it simple.
anyhow feel free to contact me with any quesions/offers.
-michael
mp@mind-wars.com
|
|
|
mp630
46 posts
|
Topic: Collaborations /
flash programming for hire?
what do you need AS2 or AS3? I would start with that.
|
|
|
mp630
46 posts
|
Topic: Kongregate /
Suggestions
ADD a feature to block specific users from your games
|
|
|
mp630
46 posts
|
Topic: Kongregate Labs /
Is there any way to block users from your games?
I think developers need a way to block specific users from your games.
|
|
|
mp630
46 posts
|
Topic: Game Programming /
submit scores problems?
will saving to a local object mess up the score submit or something?!
|
|
|
mp630
46 posts
|
Topic: Game Programming /
submit scores problems?
So I can connect to kongservices and send in a score once, but it seems at the end of the game and same code, I cant send in the updated highscore?! what gives? Anyone had a problem like this?!
|
|
|
mp630
46 posts
|
|
|
|
mp630
46 posts
|
Topic: Kongregate Labs /
Accepting kredits ofr in game items?
any word/idea on when this will be put out to all developers?
|
|
|
mp630
46 posts
|
Topic: Kongregate Labs /
Shoot!/Kongregate Labs FAQ and Discussion
AS3 blows, I can develop in AS2 in 1/4 of the time it takes to do stuff in AS3. Adobe turned flash into flex with AS3.
|
|
|
mp630
46 posts
|
Topic: Kongregate Labs /
Accepting kredits ofr in game items?
is this currently possible? This seems to be the new model of online games, I am just wondering if you can take the kongregate kredits in game or not.
|
|
|
mp630
46 posts
|
Topic: Game Programming /
Can Mochi ads work with Highscore on Kong w/ AS2?
Yes and if you look at your game, it is not connected to the Kongregate leader board scores.
My game is AS2, and I can do the Ads or the Kongregate High scores but not both together, if anyone could point me to a work around if there is one, I would appreciate it a lot.
Or if it is not possible, that would help to know….
|
|
|
mp630
46 posts
|
Topic: Game Programming /
Can Mochi ads work with Highscore on Kong w/ AS2?
and thanks in advance to anyone who can point me in the right direction here if I can do both.
|
|
|
mp630
46 posts
|
Topic: Game Programming /
Can Mochi ads work with Highscore on Kong w/ AS2?
yea I understand that, but can you get the high scores to work if you had mochi ads in your game? (I know you just disable the ads for knogregate) What I want to do is put of a version that has the ads, that dont show, but will show if someone takes it off this site, like many game sites do.
Seems I can do ads or highscores, is there a work around for as2 for both?
|
|
|
mp630
46 posts
|
Topic: Game Programming /
Can Mochi ads work with Highscore on Kong w/ AS2?
Can Mochi ads work with High-score on Kong w/ ActionSctipt2? Is there a work around?
|
|
|
mp630
46 posts
|
Topic: Game Programming /
How do u make a turned based game??
is gotoAndStop the problem? Do you need the frames to play? If so use gotoAndPlay instead.
Also you need to learn about data stuff, like how to use arrays. Also looking into Object oriented programming (OOP) will help you a lot!
It is best to start with small examples and tests and then build off of them. For instance when I learned programming, my first game was pong, then black jack, then asteroids, etc.. Start simple!
Also there are a lot of tutorials that include code, doing these a few times till you understand them will help you learn 1000x faster!
Good luck!
|
|
|
mp630
46 posts
|
Topic: Game Programming /
money from games
mochi ads blow, try newgrounds ads
|
|
|
mp630
46 posts
|
|
|
|
mp630
46 posts
|
Topic: Game Programming /
mofunzone.com STEALING your GAMES?!!!
You get around the “exclusive” bonus by taking some stuff out your game and then direct them to kongregate game for the full ‘exclusive’ version.
You will never protect your flash games, I made the mistake of publishing without site locking, which I know to do, but skipped on it.
I will mochi ad the game when it is bug free and re-release it, so that way anyone with the stolen version has bugs and the ad one wont.
Most sites removed my games when I asked, but a few like mo funzone didnt. I was going to complain to their sponsors but just figured it was easier going the mochi ad way and re-releasing a slightly cut down version.
|
|
|
mp630
46 posts
|
Topic: Game Programming /
Resizing problem Solved & loading movie & high score reporting (AS2)
Ok so I had a game that did not fit in kongregate, and I did not want to redo any code to make it smaller. So I made a movie clip loader and scaled that down instead.
But then I ran into problems with reporting and _lockroot. The problem was I was using _lockroot, in the main MC that was loading the game up.
It was solved by moving the lockroot to the game mc, and all scores report fine now.
|