Posts by Skeets

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    Has anyone got this to work? All that's really needed is to connect and send stats, which it should already do, however I can't even get it to connect... Another helpful feature would be to grab the username of the player (from their kongregate profile)

    I myself tried to make this extension, but I failed pretty quickly. If you're having trouble with the connection part Pharanygitis, post your question here or better yet the kongregate forum, they are really helpful with the API, I was just not familiar enough with actionscript to use their help...

    so Kongregate says that:

    Note that to access FlashVars in AS3, you must have access to the root object, either from a DisplayObject already in the display list, or a reference saved from an active DisplayObject. The means in which you handle this is your choice.

    How do I get access to the root object?

    This requires the component though, as described on the page. The component is a flash extension. The API must be loaded manually using the manual guide on that page. However, this gives me an error for using "this":

    The this keyword can not be used in static methods. It can only be used in instance methods, function closures, and global code.

    can I replace the word "this" with something else? heres the code i'm trying to fix:

    Loading configuration file C:\Program Files\Multimedia Fusion 2\Data\Runtime\Flash\Flex\frameworks\flex-config.xml
    C:\Documents and Settings\Skeets\Local Settings\Temp\Fla3BF.tmp\Extensions\CRuntest.as(96): col: 1 Error: Access of undefined property _global.

    _global.kongregate.services.connect();

    So obviously it's not going to recognize "_global." until its uploaded on Kongregate, so how do I get it to build?

    btw, edif is Genius! I have never made an extension in my life and its so easy!

    I know I'm supposed to wait for tutorials and all, but I'm figuring out most of it, i'm just hung up on one part: how do you implement a line of AS? is that done in the JSON file in the actions section? I have all the parameters figured out, I just need to actually use them in a line of AS.

    it wasn't like that before, thanks that fixed that problem. Now i'm getting

    Loading configuration file C:\Program Files\Multimedia Fusion 2\Data\Runtime\Flash\Flex\frameworks\flex-config.xml
    C:\Documents and Settings\Skeets\Local Settings\Temp\Fla2CD.tmp\CRuntest.as: Error: A file found in a source-path must have the same package structure '', as the definition's package, 'Extensions'.

    Loading configuration file C:\Program Files\Multimedia Fusion 2\Data\Runtime\Flash\Flex\frameworks\flex-config.xml
    C:\Documents and Settings\Skeets\Local Settings\Temp\Fla231.tmp\Extensions\CExtLoad.as(44): col: 12 Error: Call to a possibly undefined method CRuntest.

    object=new CRuntest();
    ^
    I get this error when trying to export as a swf. I placed the CRunget file where it was supposed to be and renamed it CRuntest. Did I miss a step or do something wrong?

    changing the initial frame rate to 1000 raises the frame rate on the flash program to about 60 on a blank application.... but this is still not fast enough to detect a single microsecond, can the frame rate be increased further?