Gmoney's Forum Posts

  • You're welcome, Arashee.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok here is my ship that have the rotation set to look at mouse

    but i want that rotation to be lerp and also slow depend on the skill adjusting a rot speed variable

    any idea how i could do this ? ty <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    i always accept any capx <img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz">

    Like this? <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    https://www.dropbox.com/s/2k33bypd5wvy1 ... .capx?dl=0

  • Here's one. Click blue or green sprite to make the ball jump. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    https://www.dropbox.com/s/990c2imljct0y ... .capx?dl=0

  • When you click the layout, an object positioned at the top of all layers will be selected, unless you lock other layers you don't need to select.

    You can lock layers by clicking a lock icon on the Layers bar.

    https://www.scirra.com/manual/42/layers-bar

  • Here's my favorite tutorial on wall jumping. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    https://www.scirra.com/tutorials/1414/wall-jump-capx

    By the way, your capx file's URL didn't come through. Please post the URL like this -- drive.google (dot) com/file/d/0B6rKLV(and the rest).

  • According to this thread, it seems the bug occurs when the plugin's overlap is set to no.

  • actually the 90° is 270 in C2 when Origin x=0 y=125

    https://drive.google.com/file/d/0B8mc-_g50xBlT0lfMUxJVnJMdUU/view?usp=sharing

    so.. i need when space is pressed spriteAngel start angle 0° to 90° "(270) on c2" and when SprteAngel =90°(270)

    go back to 90°(270) to 0°

    "btw how can i post image on post so people dont need to click the url link"?

    Use imgur.com.

    After you post the imgur's URL on your post, use the IMG tag to show the image.

  • Yes, that would be a brilliant way to control multiple spawns of enemies.

  • You're welcome, Aquanex2.

    Just in case the plugin doesn't work, please use the events from my example capx file that I posted earlier. That will do the job.

  • Nice idea! I also saw that rex_rainbow made a revive behaviour. Haven't tried it yet, but would that work as well?

    I just tried rexrainbow's revive behavior, but encountered an error message after adding it to my enemy sprite from the example capx file I posted earlier.

    I'm not sure why the error occurred, and eventually I couldn't proceed with the revive behavior.. but I feel the revive plug-in would be the best way to have enemies respawn once they're destroyed outside of the screen (and respawn from Player.X + 500 or so.)

  • You're welcome, Justin64. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    How about a Grid based push?

    how-do-i-grid-move-and-push-object_t128467

    This is procrastinator's example from the thread

    https://dl.dropboxusercontent.com/u/666 ... shing.capx

  • You're welcome, ShinobiSlash.

  • > I have found another thread with a capx example. This is not platform based, like the first one, but it seems its 8 direction method is pushing objects smoothly.

    >

    > 4-way-push-pull-object-help_t82846

    >

    The downloads are no longer available. <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    This one was still available on that page. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">

    https://dl.dropboxusercontent.com/u/108 ... leBox.capx

  • This is the result i was looking for, thanks for the 10th time .I think i can understand most of your event sheet but some parts of it are locked because i have free edition (I need to buy full version ASAP )

    You're always welcome, Djomla. Please let me know which parts are locked. I'll take a screenshot and post it here.

  • huh i dont really know how to.

    never used dropbox before i tried to send you a pm but not even that i am allowed to do.

    these restrictions are really annoying to say the least, all i wanted was help...

    sorry gmoney im a really big noob.

    No problem, Husui. <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">

    I'm so sorry for the troubles you had to go through with Dropbox. <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    I have updated the following capx file with a music file.

    https://www.dropbox.com/s/pt09ng9fpzgxa ... .capx?dl=0

    The capx file is designed to take any music or sound files without any issues and I have tested to confirm they're working.

    The music files destined for the C2 use must be encoded in to two formats: Ogg Vorbis (.ogg) and MPEG-4 AAC (.m4a).

    Based on my experience, it's best to use .WAV files as the source file before converting them to .ogg or .m4a.