zenox98's Forum Posts

  • Pinco download link isn't working

    khelaghor

    Look at the post directly above yours, and my post a few earlier.

    Please read posts carefully.

  • how can i use this shadertoy with construct 2??

    void mainImage( out vec4 fragColor, in vec2 fragCoord )
    {
    	
        
        vec2 position = ( fragCoord.xy - iResolution.xy*.5 ) / iResolution.x;
    
            // 256 angle steps
            float angle = atan(position.y,position.x)/(1.*2.14159265359);
            angle -= floor(angle);
            float rad = length(position);
            
            float color = 0.0;
            for (int i = 0; i < 2; i++) {
                float angleFract = fract(angle*36.);
                float angleRnd = floor(angle*360.)+1.;
                float angleRnd1 = fract(angleRnd*fract(angleRnd*.7)*45.1);
                float angleRnd2 = fract(angleRnd*fract(angleRnd*.97)*13.724);
                float t = iGlobalTime+angleRnd1*10.;
                float radDist = sqrt(angleRnd2+float(i));
                
                float adist = radDist/rad*.1;
                float dist = (t*.2+adist);
                dist = abs(fract(dist)-.2);
                color += max(0.,.5-dist*50./adist)*(.5-abs(angleFract-.1))*1./adist/radDist;
                
                angle = fract(angle);
            }
        
        
        
        
        
        
       fragColor = vec4(color,color,color,1.0);
    }[/code:5kxrq3bt]
    

    imothep85

    This section is for C3 effects.

    C2 effects discussions and creations should go HERE.

    This will not be discussed on this forum, for obvious reasons.

    *Locked

  • can you reupload the capx please?

    piranha305

    The OP hasn't been on here for over 2 years so unfortunately, unless someone still has the .capx (the thread is over 5 years old) then you may be out of luck.

    The 'Physics catapult' example that is built in is a basic implementation of Angry Birds. Have you looked at that?

    There are also many threads you can find on the forum by a simple search.

  • I'm not an employee of Scirra, but I can think of a couple of good reasons to block links.

    What about links to malware installing sites?

    This could easily be made using Construct 2/3 and it's then feasible that Scirra servers could then be at risk.

    IMO it's not worth the risk.

  • Please don't multi-post the same question over different sections. This section is the most appropriate.

    *duplicate deleted.

  • I've switched to a new monitor and while I have the Sprite window open (with the Animations and Frames windows open) I'm missing the Colours window, is there any way to reset them to get it back?

    Does pressing 'File/Preferences/Reset dialogs' help?

  • Sorry about that - early morning blindness :/

    Probably one for Ashley then, but it may need to go on the GitHub bug tracker.

    Any chance you could add this problematic addon to a new project and provide a link so Ash can see the error?

  • * moved to a more appropriate section.

    Please ensure that questions are placed in the 'How Do I' section (I've moved this for you).

    Thanks

  • In my notebook is with the same problem does not want to enter and I priciso for a project of mine that is already going to give 100 (one hundred) lines and I will not be able to thank you for the understanding

    i am from Brazil

    gustavo130899

    Email for licensing assistance.

    Thanks.

  • fejaomaravilha

    May I recommend you update your version of C2.

    The version you are using - r221 - is from Jan 2016, so is extremely out of date.

    Your example also uses non-standard addons, which you may want to inform users of so they can open your example.

    Cheers

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi,

    I would like to set a part of AJAX.LastData to a Global Variable.

    my AJAX.LastData is similar to : { "status": "0", "access_token": "788", "message": “successful” }

    I would like to set 788 to a global Variable.

    How shal i do it?

    Thank you very much.

    Why have you posted this again when it already exists HERE?

    If you made a mistake, just edit your post using the 'pencil' icon. Please delete any duplicates.

    Thank you

  • You do not have permission to view this post

  • This thread appears to have a similar error and a solution.

    Does it help?

    If not, please consider posting the .capx.