gfigueroa's Forum Posts

  • notnsane Check the imagepoint in the particle you created, that also indicates where the particle will be directing itself. Check also for gravity, that could be affecting your particle and that is why it goes in a different direction.

    You can also use PIN behavior to attach the particle to the Plane.

    Without an example, screenshot or capx, it is kind of difficult to guide you, so it could be easier to determine the issue.

    Also give it a look to the forum, there are a couple of articles/questions about particles, but I do not recall them right now.

    Good luck!

  • hielo777 the game is awesome and very polished, it is a lot of "stressful" fun... :) definitely a nice game to download!

  • mammolastan thank you so much!!!! If you can, please leave a review in the Windows Store :)

  • felixsg thanks!!!!

    You can play it for free if you have Windows 8 or Windows Phone 8 (However, the Windows 8 version is more complete than the Phone version)

  • Some screenshots... this game can be improved a lot more and I would love to hear ideas :) Thanks for looking at it.

    <img src="https://dl.dropboxusercontent.com/u/19421237/screenshot_11222013_002908.png" border="0" />

    <img src="https://dl.dropboxusercontent.com/u/19421237/screenshot_11202013_204536.png" border="0" />

    <img src="https://dl.dropboxusercontent.com/u/19421237/screenshot_11222013_002926.png" border="0" />

  • Hi!

    Some screenshots below:

    <img src="https://dl.dropboxusercontent.com/u/19421237/screenshot_11222013_131822.png" border="0" />

    <img src="https://dl.dropboxusercontent.com/u/19421237/screenshot_11222013_131830.png" border="0" />

    <img src="https://dl.dropboxusercontent.com/u/19421237/screenshot_11222013_131834.png" border="0" />

  • Try Construct 3

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

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

    I wanted to share this game made in C2:

    Acorn Fever - Windows 8

    Have fun!!!!

  • Here we go!

    Worms Vs Bees - Windows 8 PC/Tablet

    Worms Vs Bees - Windows Phone 8

    Both are free, so feel free to enjoy them and provide suggestions for improvement :)

    Thanks and have fun!!!

  • Hi!

    Just wanted to share the game I made with C2.

    I will have to place them in the link below, because I do not have privileges to post a URL, but I can do it if it is the first time :S

    Thanks and have fun!!!

  • QuietProfesional Place the objects in different layers or use Z to place whatever you want in front of the particles.

  • VictoryX thanks, it is closed, but I have not been able to figure it out... I have been using the r151 from C2.

  • Daggio thank you!!!! Here's the capx

    Using 8 direction

    You can tell that the player looks upside down depending on where you are clicking. I would like the player to just mirror after certain angle... not sure if it is the right approach.

  • albrektv please give it a look at this tutorial, this should be able to help you:

    Touch stick controllers

  • Hi,

    I'm trying to have a player mirror the animation as the angle rotates in 180 degrees. I looked into the forum and I found guidance for the usage of bullets and platform, but I couldn't find one for 8 Direction angle behavior.

    It is possible to set something like

    Player is between angle 0 and 180 -> set player mirrored

    Else -> set player not mirrored

    I tried but the system is not allowing me to do it. I believe is because I'm using the following condition:

    Is in touch, distance (player.x,player.y,touch.x, touch.y) >100*dt

    -> move 100*dt pixels at angle angle(player.x,player.y,touch.x, touch.y)

    Set angle toward (touch.x, touch.Y)

    I think the solution is somewhere there... but I can't see it.

    Thanks!

  • That is true. Also not having a Privacy Policy if you are using some capabilities will fail your app. The How to Get Accepted in the Windows 8 Marketplace! is a great tutorial about this issues.