gameba's Forum Posts

  • Hi,guys

    I want know, Is there any ways to create a "for loop" with index reduce?

    for

    start index = 10,

    index = index -1,

    end index = 1

  • korbaach

    for3loop.capx

    Thank you for your reply, but You don't understand my question, I want to increase 4 values instead of 1 value for index, not start from position 4th. Example:

    Start index = 0, next index = 4, next index = 8, next index = 16.... , end index =40

    Please excuse my poor English.

  • How do I add value to loopindex ?

    Hi, guys

    I have an Array and I use "for loop" to get value from the Array, but I want to get value from position 4,8,12,16,20,.... in the Array. Can I increase loopindex to 4 values for each loop?

    same as code:

    for(i=0;i<10; i+=4)

  • replace Compare two values with Pick by comparison

    I got it, Thank you very much !

  • I create 15 objects from 1 sprite, each one of them has an instance variable named "ob" with these values 0,1,2,...,15. I want to destroy some objects.

    I tried:

    compare instance variable :: destroy

    but all objects will be destroyed, I only want to destroy some objects, not all. How Do I Do That?

    file capx https://drive.google.com/uc?export=download&id=0B8g2b8f9ktNBRnpHS3J3aVp1MG8

  • You could use text with a loop.

    Repeat 10 times:

    --- array: push tokenat("4,66,33,31,1,0,5,7,8,8", loopindex,",") to end

    Thank you, its work like charm

  • You can use a loop to populate the values of an array. However, if your values do not have a logical relation to each other, that may be difficult

    My values do not have a logical relation to each other, so I can't use a loop.

  • Hi, guys

    I want to add more value to the array, but it is not intuitive when I used this way

    Is there any quick way to add multiple values to an array?

    Thank you!

  • Try Construct 3

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

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

    Pm sent to find solution to obtain all available fx.

    Gigatron

    That's very kind of you. I changed VPN host and now I can access and download effect from your website. It's so cool, I really like them. Thank you so much !

  • > Hi, Gigatron

    > I can't access to your domain http://gigatron3k.free.fr

    > Do you block IP address come from VietNam?

    >

    No.. there is nothing in root <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    http://gigatron3k.free.fr/Intro

    Gigatron

    I can access to domain France's (ex:http://www.sephora.fr/, http://www.carrefour.fr/) but I can't access to any link from your website. I am feeling sad because I can't download your effects <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

  • Hi, Gigatron

    I can't access to your domain http://gigatron3k.free.fr

    Do you block IP address come from VietNam?

  • > Gmoney

    > Thanks for your reply. You misunderstood my question. I want to ask the way to create a fx effect, not run it <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    > Sorry, my poor English is main cause for misunderstanding <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    >

    You're welcome, gameba. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green"> Oh, no. It was me who misunderstood. (Sorry about that. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">)

    Both .fx and .xml files can be opened by Notepad, and you'll notice the .fx file is basically a programming code.

    Here's a tutorial that explains how .fx and .xml files work, and how other pre-existing codes can be converted to C2's fx and xml format.

    https://www.scirra.com/tutorials/4900/shader-toy-to-c2

    Thank you so much! That's very kind of you. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

  • 1. You need to install those two effect files to "Program Files\Construct 2\effects" folder. For example, C:\Program Files\Construct 2\effects.

    2. Once installed, you can access the effects in event sheets. Go [System] -> (Under Layers and Layout) -> Look for entries that have purple FX icons.

    Try downloading Alpha Threshold Effect and experiment with it.

    Gmoney

    Thanks for your reply. You misunderstood my question. I want to ask the way to create a fx effect, not run it

    Sorry, my poor English is main cause for misunderstanding

  • Hi, guys

    I found many effects here

    I really like them and I also want to make an effect for me. I see 2 files .fx and .xml, so I think it's made by software third-party and C2. Can anyone tell me how I create an FX effect?

  • Kyatric

    Wow, It's very cool. I really like it. I also want to make an effect for me. I don't know what I need learn to make an effect. I see 2 files .fx and .xml, so I think it is made by third-party software and C2?

    please excuse my poor English