User Tag List

Results 1 to 3 of 3

Thread: [Extension] Anyone tried FunKlicks?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    turtle's Avatar
    Join Date
    Jun 2010
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Extension] Anyone tried FunKlicks?

    Hi guys, anyone who actually develop or any experience working with FunKlicks?

    They only require

    import funklicks.*;

    and within the main it's

    public function Main()
    {
    stop();
    trace("Starting...");
    FunklicksAd.show(this, xxxxx, xxxx, _continue);
    }

    public function _continue():void
    {
    gotoAndStop(2); // <--- Modify as needed to start your game [EDIT]
    }

    Anyone did a plugin before for this? Is it any good as Mochiads?

    Thank you all in advance

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    redpandagames's Avatar
    Join Date
    Dec 2011
    Posts
    378
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's unlikely to be better than Mochiads... Maybe you could try putting it into a preloader? Would that be enough?

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    turtle's Avatar
    Join Date
    Jun 2010
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I think I will need to put a preloader for this. Thanks.

Similar Threads

  1. MMF2 Extension Request : OE-Cake Fluid extension
    By pyromane in forum Extension Development
    Replies: 5
    Last Post: 1st July 2013, 03:51 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •