ikke2902's Recent Forum Activity

  • Seems like someone over in Finland has way too much free time.

    Other than that, C2 is winning. Good job, guys!

    That looks a bit fishy. So assuming all those votes came from a single person, then C2 is actually winning <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked">

    Edit:

    So I was curious about what the kerbal space community is thinking about these strange votes... <img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarrassed">

    http://forum.kerbalspaceprogram.com/ind ... vote-here/

  • Tough round, 285 for kerbal vs 73 for C2.

    C2 already won in my opinion. C2 is getting some exposure from the huge kerbal space fanbase through this tourney yayayaaaa

  • Go go goooooo!

    1440 for C2 against 1201for zoombinis

  • You can try this video tut on making Space Invaders with C2

    Subscribe to Construct videos now
  • Couldn't you make a sprite as a button and set it as invisible?

    Use on click object condition should trigger the action, even when it is invisible.

  • To go back to value 0 you can inverse a condition by hitting i on your keyboard

    Choose the condition "Is overlapping" wall then hit i.

    The action would be set global variable to 0

  • Not sure how you are not getting ads to view, but ads won't be shown in preview mode.

    They will only appear if your app has been exported as apk and installed on the phone.

  • Where you looking for this?

    ----------------------------------------------------------------------------------------------^^^^^^^^^^^^^^^^

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Minjaware That definately helped and I found the problem.

    Asuming you have selected the third item "Freeze" and all other items has been bought.

    Now you select the fourth item "Slow", the following steps will be walked through.

    Global variable freeze will be set to 2 (starting from row 120 in Eventsheet). Note, at this state the global variable freeze and slow have a value 2.

    The eventsheet will be readed till the last event and there after it starts from the top. The next influental event occures in the group "variable is 2". Within that group the first met condition is freeze=2 (remember event sheets reads from top to down). This event sets globale variable "bridge", "long" AND "freeze" to 1!

    Now freeze is 1, the next condition where freeze should be selected will not be met.

    Same applies to other items.

    There is a point I would like to make. In row 115 you stated in the condition item=item_buy.item

    You don't have to use it. When you use on-touch-object condition, only the touched objected will be taken account to check the sub events.

    At the end, you should try to read like C2. Read the events from top to down. Perhaps you can find a solution now for your problem

  • The pictures are too small...

    I had a look in your code and I can't understand what is going on.

    Could you make more documentation about your code? Use Q to insert comment in the event sheet and tell what certain events should do.

    For example What is the meaning of variable 0 1 and 2? What are their purpose?

  • I think one wants to use Token something like

    Tokenat(Dictionarykey(expTable), "," ,3)

    FIrst entry of Token gets the data which is "83,150,300"

    Second entry tells what the seperator is, in this case a comma ","

    The third entry is the nth value one wants. I picked 3 to get 300

    Hope it helps

    Edit: wow ninja haha

  • You are right about that. Install ttf on your pc then use this tool to make a "picture"of your desired font

    Use this created picture and the provided detail in C2 spritefont plugin, voila this new font will appear in your game on every devices

ikke2902's avatar

ikke2902

Member since 8 Feb, 2012

None one is following ikke2902 yet!

Trophy Case

  • 12-Year Club
  • Email Verified

Progress

13/44
How to earn trophies