jeeba's Recent Forum Activity

  • Suscribe to this post. Just to add something. When using Function you cannot put a Wait Action inside (of course you're not that you are doing that in your code). It is supose that you cannot use Wait because all the data that the function use can change. Based on this, I can supose that calling "Function" is like some kind of global object that can only have one Instance at the same time, hence your first call to Function works, and then, as the data of the world has changed, Function will not work. But is just speculation.

  • I'm gonna make some test about this. Althought the quality from tinypng, isnt really great, I didnt know that C2 can do that.

    Time to do some experiments.

  • Hi Ashley, well It's because I need to use the instance variables from both families to filter what I want. If I dont use pick, then All the members from both families that complete the conditions are picked.

    Here's an awesome graphic:

    The capx is a simplification of what I'm doing with the real game. My real objective is to filter some sprites according to instance variables from two families. I asked before: , and that's the Gotcha I'm using for that purpose

  • Problem Description

    When using Pick by Comparison to filter between two families, only some of the sprite are selected

    Attach a Capx

    http://www.xhelos.com/c2/PickAndFamiliesProblem.capx

    Description of Capx

    At the start of the game, all sprites in Abductables and Units family should move to the right of the screen

    Steps to Reproduce Bug

      Just Start the game

    Observed Result

    Only some of the selected Sprites move. for what I understand, only the sprites that are before the upHealth sprites in the abductables family move. upHealth is an abducatble but is doesn't belong to units family

    Expected Result

    All of the abductables and units family should move

    Affected Browsers

    • Chrome: (YES)
    • FireFox: (YES)
    • Internet Explorer: (YES)

    Operating System and Service Pack

    Windows 7 Ultimate 64bits, Service Pack1

    Construct 2 Version ID

    Release 168 (64 -bits)

    NOTE: I have put some events that alter the order of the families being picked, this works. Also if we enable the action units->formard units.speed/5 pixels, and disable abductables->move forward units.speed/5, it work. Only units have the speed parameter.

  • Hey just got some problems using wait inside functions but this entry clarify it all. I would suggest to put in the documentation on function about not using a Wait action inside a function!. It will help people

  • I feel like it's the inner shadow on the letters, for example in Muffin Musket, the i is a bit hidden

    Maybe separating the letters a little, like applying letter-spacing (from css), but I think that doesnt exist on C2.

    I'm wondering, that border effect on the letter, are you using the Toon Effect? I used it too for some letters on my HUD, kinda have the same problem, but I make the letter bigger and use Impact as the font. Not quite beatiful but for my demo I'm ok.

  • Well done, a really great game!. Didn't found any bug also, just a minor thing, the font on the Upgrade Menu, it's a little hard to read, but I'm testing it on a big desktop monitor

  • I'm impress by the smoothness of the game, It doesn't feel like it's a HTML5 game, maybe it's just me. Looks promising.

  • My way is using a hidden sprite with ScrollTo Behaviour. Now when you want to scroll, just make an event like

    On every 0.1 seconds

    ->Hidden Sprite Move Forward 1 Pixel (this is just an example, here you should put your logic to move to your desire position)

    It's useful when you have a main character with ScrollTo behaviour but you want to focus to another element for just a moment. In this case you don't need to disable the scrollTo of the main character, just unpin the HiddenSprite from the main character an move it to whenever you want (here you can use the lerp technique of Sargas)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there guys, I just want to put this useful Application for image compression: https://tinypng.com.

    I got a game of 17mb, was exported using brute force. After the exportation, I put all the images on TinyPNG and now the game weight only 10mb.

    That makes me wonder, what other tools do you guys knows for Image Compression?

  • You may need to modify the index.html file to center it. Open that file and look for something like:

    <div id="c2canvasdiv" style="width: 538px; height: 349px; margin-left: 242px; margin-top: 0px;">

    That div contains your game. You may need to change the margin-top:0px to something like margin-top:200px.

    This is a static solutions, it will leave a space of 200 pixels on the top. To really center divs, you should take a look at google for the keywords: html vertical align.

    Tell me if it helps!

  • Awesome small and quick answer. Did'nt see the Menu ...well thanks Ash

jeeba's avatar

jeeba

Member since 9 Sep, 2013

None one is following jeeba yet!

Connect with jeeba

Trophy Case

  • 11-Year Club
  • RTFM Read the fabulous manual

Progress

12/44
How to earn trophies