zenox98's Recent Forum Activity

  • igalencar

    Link to .capx HERE.

  • Do you mean split screen?

    If so, take a look at the following post/thread: https://www.scirra.com/forum/solved-split-screen_p829081?&sid=42317185d6312045a9f54f4ce79eb1f4#p829081.

    Is this what you mean?

    If so, and considering the .capx is no longer available from the poster, I can provide a link to the .capx from my DropBox HERE.

    R0J0hounds link should still be valid for the Canvas or alternatively his Paster addon. Both should work to do a split screen.

    IF not, TAG him (he's on regularly) and he will update his links.

  • Please update the link for the plugin. It's not working. Thanks

    khelaghor

    Please be aware of where you are posting.

    This thread is nearly 6 years old and the original poster hasn't been on here for over 3 years (check user profile), so it's doubtful he will be updating any download links.

    If any other user has a link then they may be able to help, but it is a very old plugin.

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    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?

zenox98's avatar

zenox98

Member since 30 Jun, 2010

Twitter
zenox98 has 3 followers

Trophy Case

  • 14-Year Club
  • x3
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

16/44
How to earn trophies