BLACKMASK CEO's Forum Posts

  • BACLog

    Ok thanks dude...

  • Adding a "player is using bullet" behavior to an updated version of C2 would be most useful in the future guys... No need for figuring out how to implement complex global and instance variables into the event sheets, then trying to figure out what order to arrange them on the sheet.

  • HELP!!! I've been working on my game for about 5 months and I'm still having trouble building a platformer... My apologizes in advance if I offend but, While all the tutorials for novice are quite insightful, they lack a lot of explaining of mechanics which I feel are vital to a good platformer game... If anyone who knows a lot about programming and game play mechanics(and of course how to utilize C2) please do me a HUGH favor and create a "Mega Man" like platformer tutorial... Complete with how to change sprite animations while attacking enemies(using bullet behavior no doubt),Jump attacking and a host of other mechanics... I mean you can even throw in how to create ladders for scrolling to new areas, etc... I would greatly appreciate any tutorial(or help for that matter... PM me PLZ!!!) to help me get further with my game... Thank you.

  • Ok I ran into another issue... I have my sprite for the bullet behavior and I followed the ghost shooter tutorial to the tee somewhat... I place my custom sprite off the layout and when I run the game, I get my desired effect up until a certain point in the game, and then I can't see my bullet sprite anymore... I even put the "Every Tick" condition in and the same outcome... I hope I'm explaining this right.

  • Thank you very much !!! much appreciated dude <img src="smileys/smiley32.gif" border="0" align="middle" />

  • I read that exact same tutorial dude... My issue is I'm making a platformer game... I have a player box pinned to a player sprite... to attaching the bullet behavior to the player sprite causes issues... my sprite's animation do not sync up... I think I need to attach the bullet to the hidden player box instead since it has the platform behavior as well...

  • Hello C2 community!

    Got another one... I'm working on a platform game, and I'm having trouble trying to figure out which object gets the bullet behavior... Do I put it on the playerbox or the player sprite? Also do I set the edge of image point "1" to the front of the playerbox? I hope I explained things in a "C2" manner, I'm basically trying to get my protagonist to fire off a few bolts a the press of a key...

  • Sweet!!! Awesome dude... Thanks for all the help WhiteX!!!

  • OK!!!!! NICE!!! It worked dude! Thanks again WhiteX!!! Just had every thing in the wrong places lol!!! The event sheet is super sensitive... Everything has to be in the correct order or it won't run right... Well appreciate it! I may have to send you a PM concerning "how to make my player die" <img src="smileys/smiley32.gif" border="0" align="middle" />

  • One other question dude... WhiteX, Am I subtracting from Global or instance variable(s)? I have an instance health variable on my player on the properties page... I also created a global variable on the event sheet... Which one am I suppose to use? the global variable doesn't seem to be subtracting from my "player's" health at all... The instance one works somewhat, but I can't figure out how to get the final health bar animation to work to indicate that the event is working with the instance variable... I hope this makes sense...

  • Oh....Ok let me try that dude... I haven't tried the "every tick" condition on all... Hopefully that solves the issue...

  • Try Construct 3

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

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

    Dude! I finally figured out how to install the global variable, and now I need to know how to install the G.V. to my player/sprite... When I run the game, my HUD health bar doesn't change to the corresponding animation frames... Do I need to add a variable for the enemy's attack as well as my protagonist "being attacked"(or receiving damage)?

  • Awesome!!!! Ok, I'll check that link out asap jobel! appreciate you sharing this with me <img src="smileys/smiley32.gif" border="0" align="middle" />

  • Nice examples WhiteX 7Soul! Will look into ASAP!!! Much appreciated!

  • Do you have a link for said Health bar issue? Sorry it took so long to reply...