MPPlantOfficial's Forum Posts

  • miketolsa did you ever get it to work? I have the same problem and I don't know what to do <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    Hey Annauva, I used this guide: http://tobyr.wtfgamesgroup.com/how-to-b ... -properly/ to get my build to work. That is user BackendFreak who's a veteran at this site.

  • ~Sol

    Thank you! I'll try those. Sorry for the late reply.

  • Hey guys.

    I tried making a "Pressure Plate" that triggers traps using these events:

    Player is overlapping Pressure_Plate | Pressure_Plate is set to Movable

    x Player is overlapping Pressure_Plate | Pressure_Plate is set to imMovable

    Pressure_Plate.current_position >= Pressure_Plate.starting_position + 10 | Trap is "activated"

    I also made a mediocre "Trampoline" with this event:

    Player on collision with Trampoline | -20 Y Impulse force on Player

    The problem is that it applies the Impulse whenever the player collides regardless of where it collides. If it collides from the bottom, the player is still flung upwards.

    While this works to a certain degree, I'm not satisfied with it.

    I'd like to create a pressure plate that sinks SLOWLY and SNAPS BACK INTO PLACE after a certain amount of time.

    Since we're talking about pressure plates, does anyone have CAPX examples of other hazards you'd normally see in platformers?

    -platforms that follow paths like in Super Mario World

    -P-Switches

    -Crumbling Bridges

    -Collapsing Blocks when player stands on them for a certain amount of time.

    -Trampolines that sink before applying Impulse force on player

    -Anything else

    Thank you to who ever provides examples.

  • This is exactly why I don't download the new version of XDK every time they promote it.

    Some people are still using 2800+ versions that work well.

  • I had a file construct2 and I built it with intel XDK. But now (new version XDK), I cannot build it.

    I don't know to post it on intel XDK.

    Please help me, thank you.

    1. Make a Cordova Export again.

    2. Open the config.xml file generated in the Export with Notepad. ERASE EVERYTHING WRITTEN IN THERE AND SAVE.

    3. Fetch the required plugins through github or cordova registry. I can't really teach you this part. You'll just have to consult other tutorials and experiment:

    Check out this guide: https://www.scirra.com/tutorials/4848/h ... -crosswalk

    The MOST IMPORTANT PART is you delete everything written in the config.xml file. That config.xml file wants to fetch 3-4 plugins you don't need or only need one of. It got me stuck for more than 10 days trying to build my game.

  • Is the 9-patch plugin an option ? (besides that you can not use it in familys)

    https://www.scirra.com/manual/151/9-patch

    Haven't thought about that but since you say I can't use it in families then probably not. All cake and icing layers are in the same family.

  • Can you separate the icing edges from the icing thickness?

    I can do that as a workaround but I'd rather not because of memory usage. We're talking about generating a new randomized set of of "cake" and "icing" layers every 8-10 seconds.

  • Hi guys.

    I'm trying to create a Layered Cake-type game and I'm trying to

    randomly spawn different thickness layers and have them arranged allowing about 5 pixel-wide overlaps.

    See not all the layers are rectangular. The "Icing" layers have sinusoidal edges.

  • The artwork is realy beautiful

    Thank you! Please take time to download and play as well. I put a lot of work into the plant's animations. The game-over animations are hilarious!

  • For the Transparent part, just make you timer in 2 or 3 parts. Topmost layer should be transparent. That's what I did for my game.

  • Hey guys. I finally published my first game: My Pocket Plant.

    I'd like to thank users Kyatric, chadorireborn and BackendFreak who were very helpful during development. Thanks guys!

    Gameplay Video:

    Subscribe to Construct videos now

    Download link: https://play.google.com/store/apps/deta ... ocketPlant

  • Hey guys. I made a build of my game recently reloading an interstitial ad for every game and it works, a new ad is being displayed for every Game / Layout Restart.

    One playthrough of my game can take from 1 min - 5 mins.

    However, I saw in some instructions that one type of ad should only be pre-loaded ONCE per launch.

    What are the disadvantages of preloading an ad for every game?

  • Hey guys, how do I configure my Admob to display only gaming ads? I tested my game today and found it was also displaying Adult Dating ads. Good thing I didn't hit the publish button.

  • Hello. My IAP function does not open a browser to enter card information in yet when I press the buy button. What could be wrong with it?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I really need background music, sound effects too!

    By the way, this may be early but put your music in the sound folder as well.

    Intel XDK has a trouble of detecting anything in the music folder so all sounds in the music folder will not be played on a real device when you export the game.