Eren's Recent Forum Activity

  • Eren Can you convert it to the c3runtime? thank you :D

    I've been currently working on many plugins. I can't promise but I'll try to be convert when i have time.

  • the value is negative. I need to convert this value to a positive

    you can try abs.

  • you will call this code with Cordova.

  • Eren

    c3stub was invented only so peole could load in a plugin in the C3runtime so they could get rid of it. I hadn't actually intended for it to help with the C3 conversion.

    I understand. thanks for the description

  • not hard. I did for test. its work. when I have time i will make construct plugin and share.

  • for example

    rex_pin2imagepoint

    Acts.prototype.Pin = function (obj, imgpt, mode_)

    Pin(pin_to,ımagepoint,mode)

    rex_rotateto

    Acts.prototype.SetActivated = function (s)

    SetActivated(activated)

    Acts.prototype.SetTargetAngleToPos = function (tx, ty, clockwise_mode)

    SetTargetAngleToPos(x,y,clockwise){}

    you can download rex_rotateto and rex_pin2imagepoint here

    oyunkulturu.com/temp/c3stub.zip

  • newt Thanks for information. i'll look. if it is still work, I can convert parse plugins.

  • nice site. thanks.

    but does the "parse" plugins still work? because parse shut down.

  • doesn't it work like this?

    ysdk.adv.showFullscreenAdv({
    	var self = this;
    	callbacks: {
    		onClose: function() {
    			self.runtime.trigger(cr.plugins_.yourpluginname.prototype.cnds.Onclose,self)
    		},
    		onError: function(error) {
    			self.runtime.trigger(cr.plugins_.yourpluginname.prototype.cnds.onError,self)
    		}
    	}
    });
    
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Why are changing function arguments when use -c3stub

    sample

    original code

    function test(a){

    if (a == "b"){

    return a

    }

    }

    When -c3stub is used

    function test(_a){

    if (a == "b"){

    return a

    }

    }

    result : "a" argument cannot find because it has changed.

    thanks.

  • official c3 plugins is very helpful in convert c2 plugins.

    the codes are minify. but still understandable.

    you can download the "save all resources" plugin from the Chrome Web Store for to download all c3 plugins.

    and you can write "c3_runtimeInterface._localRuntime" to the debug console for access the runtime. (type "c3runtime" for c2)

    In this way, you can search for c2 values ​​in c3.

Eren's avatar

Eren

Member since 11 Aug, 2013

Twitter
Eren has 26 followers

Connect with Eren

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • RTFM Read the fabulous manual
  • x4
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • Lightning Draw First person to up-vote a new Construct 3 release
  • Email Verified

Progress

22/44
How to earn trophies