imothep85's Recent Forum Activity

  • how can i make this, i want the star to move when i use my analog joystick, when i push the left analog i would liek the stars move to the right, dont know how to achieve this.

    tried lots of things but nothing works :s

  • 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:2m2t73ws]
  • Thanks so much VictoryX

  • hi, i would like to know how to use the analog joystick of my xbox 360 pad, i added "gamepad 0 right analog button is down" "simulate 8 direction pressing right" but nothing happens.

    i would like to use left, right, top, down analog joystick.

  • how can i use the qfx shader, i imported my 3d object but i would like to use any kind of shader?

    from

    it is possible?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • its just for youtube videos

  • it work with multiline text object???

  • hi in the multiline tex object, how can i change the colors of text, words??

    thanks

  • yeaaaaaaaaaah

    if i can help you, im good at graphics

  • you example gives some crashes, when i add a text and then i just add a character inside "with this value" the app replace all my text...and slow down...

  • Thanks

    for example i have:

    <!doctype html>

    <html lang='fr'>

    <head>

    <meta charset='utf-8'>

    <title>Troll Code Test</title>

    <link rel='stylesheet' href='style.css'><p>texte</p>

    <script src='script.js'></script>

    </head>

    <body>

    and i would like to have :

    <!doctype html>

    <html lang="fr">

    <head>

    <meta charset="utf-8">

    <title>Troll Code Test</title>

    <link rel="stylesheet"href="style.css"><p>texte</p>

    <script src="script.js"></script>

    </head>

    <body>

imothep85's avatar

imothep85

Member since 12 Jun, 2011

Twitter
imothep85 has 4 followers

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies