cgsammu's Forum Posts

  • bump

  • Anybody? =/

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I mean for iphone games! sorry shouldve mentioned that earlier

  • Hey guys, I was wondering if anybody could point to or give me a small tutorial on how to setup basic "micro-transaction" into a Construct 2 game? basically use real money to buy more in-game gold? Any help is appreciated!!!

    Thanks!!!!!

    -Sam

  • Hey guys!!!

    I'm looking for a experienced programmer to prototype a arcade shooting game like, Dragon Flight or Gradius on the iphone/PC

    Looking for things like:

    # of lives

    Gold collecting

    Micro transactions to purchase extra gold for upgrades

    Records of highscores

    Bloom tech

    Good Ai/boss reactions

    Temp audio/art/fx placeholders

    I'm looking for a industry professional that can deliver on time, and meet expectations! This is a paid project, if this is something your interested in doing, please let me know =)

    Thanks!!!!

  • Hey guys,

    I'm looking for a Construct2 professional thats willing to help me create a game prototype. This is a paid project based on complexity of the game, so let me know if anyones interested!

    This game will have similar mechanics like, "Plants vs Zombies"

    Please reply with your email, and I will contact you with additional info =)

    Thanks!!

    -Sam

  • So I have 2 armies of randomly spawning sprites shooting at each other

    But the problem is, when 1 of its kind dies, the whole army dies..

    I need to simply break this instance

    Im currently using..

    For each [Enemy]          > Enemy Destroy

    Enemy healthbar = 0

    Any ideas guys? >__<

    a simple .capx example would be most helpful

  • After spawning like a whole army of them on both sides, they seem to stop shooting, and the enemy side just runs straight through...

    Any ideas why that would happen? They are all overlapping the line of sight, why do they suddenly stop functioning?

  • WOahhh!! thank you sooooo much man!

    Yeah I dont have any experience with Instance Variables, or Arrays yet..

    I feel like thats a whole new technical side of things ><

    What does "nr" stand for?

  • Hmm, So I made the array, but how do I make this Array visable in my Layout?

  • Oh okayy, I had no idea what an Array is until now lol..

    I read this tutorial, scirra.com/tutorials/307/arrays-for-beginners/page-1

    So I basically need a 2D Array then right?

    I'll let you guys know how it goes.. XD

  • Hey guys,

    Im new to Construct 2, and Ive been stuck on this problem for a while..

    Im trying to get multiple spawned sprites to shoot a target individually, not together

    Any help would be much appreciated!

    Here's the scene file I created:

    The bottom half is my current scene

    dl.dropbox.com/s/3vbo16ghqrs9ppb/Ranged.zip

    The top was a example someone previously posted, that worked

    He suggested me to use "For Each" but it didnt work for some reason..

  • Hey everyone,

    I was wondering if theres a good solid way of creating a item/storage setup like Plants vs Zombies?

    Something like...

    4 slots of empty abilities based on what specific items you flipped on from a list?

    And actually remembering these [slot] values when continuing into the next layout

    I just cant wrap my head around into doing this kind of system

    Any help would be great!!

    Thanks!!

    -Sam

  • Any ideas guys?

  • Heres the scene file

    I built one underneath vtrix's previous file =)

    Anyways, as u can see..they are shooting and stopping at same time when the line of sight interacts with an enemy =/ Im trying to make them shoot/stop individually

    Thanks in advance!

    dropbox.com/s/gv6xua18d9fa3xz/Example.rar

    Also, if there are ways to optimize/organize my event setup, please let me know! XD Im still learning..hahah