Mayfly's Forum Posts

  • Just uploading to Google Play. Free tactical soccer game

  • Hi,

    I am looking at if it is possible to make an isometric racer with jumps in C2?

    Something like Super Skidmarks or Rock'n'Roll Racing:

    I've managed to follow tutorials to get a isometric racer working that is flat, but I can't think of a way to get jumps working properly? (Other than having is as a fake animation)

  • I've done a big update to the Short Mat Bowls APP. There are now FULL and LITE versions available.

    LITE Version features 3 game modes, 2 difficulty levels, 5 challenge levels, 3 different bowl colours.

    FULL Version features:

    • Cross Link Online. Play Android Vs PC in any combination.
    • Animated Menu System
    • Live Title screen Background Wallpaper
    • 3 Game Modes (Single Player, Local Multiplayer and Challenge Mode)
    • 3 Difficulty Settings
    • Choose from 3 Bowl Sizes, 2 Bowl Bias, 11 Coloured Bowls
    • Replay your last shots or watch you entire match
    • Speed up or slow down the action in play
    • Unlock Trophies by completing achievements in game
    • Gain EXP points and climb the online rankings
    • Online EXP leader board. Can you become World No. 1?

    FULL: https://play.google.com/store/apps/details?id=com.touchmonkeygames.smbf

    LITE: https://play.google.com/store/apps/details?id=com.touchmonkeygames.smb

    Subscribe to Construct videos now

    You can also get the app on PC on facebook at:

    https://apps.facebook.com/shortmatbowls/?fb_source=bookmark_apps&ref=bookmarks&count=0&fb_bmpos=2_0

    http://s40.photobucket.com/user/mayfly1 ... ml?filters[user]=12681716&filters[recent]=1&sort=1&o=8

    Enjoy!!

  • Construct2 is great. It has some limitations with mobile app making at the moment but improvements do get made and its not like you can't make a game from it for mobile. Just have to wait for a few features to come along thats all. I used klick and play to MMF2 for years and a few hours in C2 and I've never looked back except for extracting some old graphic file =) The events editor etc. is alot clearer and easier to use I think on C2 =)

    Not to mention the price difference plus a trip to the forum search usually sorts out any help needed =)

  • Thanks for the replies. Looking at the example I got a good understanding and managed what I was after =)

  • Try Construct 3

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

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

    I am trying to work out which sprite is nearest to a certain object at any given time and then store the co-ordinates of that sprite. Currently I have tried two options as below. The first one it will give the co ordinates of the last sprite moving. The other attempt only stores the first sprite.

    All of the 8 sprites I want to check are bowls and each one is its own separate sprite, not a clone etc..

    They are all added to a family together called collision including the small yellow jack. I'm sure its probably easy when you know how!

    My aim is to work out which bowl is closest to the jack so the computer AI can work out if to bowl above or bellow the middle block.

    Any help would be appreciated!!

    ingame:

    attemp1:

    2:

  • yongsheng

    Thanks for the reply. I will try and sign up and post there as soon as I can. In the meantime, the bugs I am getting are a very poor frame rate and touch screen controls not working as they should. Several touch actions which are meant to be triggered (On end of touch) are being triggered more than once with one press / release.

    Cheers

  • I tried crosswalk builder today for the first time. I'v been using ConcoonJS for a while now since I found it better / easier than Phonegap.

    My experience with Intel's crosswalk is not that great. My app compiles but its very buggy compared to what I am used to and unplayable. Frame rate is significantly lower than on a ConcoonJS export. Also the touch controls do not work as they are meant to so the game doesn't run properly any more. Shame, I was hoping it would work really well.

    On a positive now, Clay.io seems to work well integrated into crosswalk which it doesnt work properly on ConcoonJS.

    Hopefully in time this method will get better and become a viable alternative.

  • Very nice plugin. I managed to get it working fine for my App using Chrome browser.

    Is it compatibly with CocoonJS? I get an error when trying to export and test in the launcher =( I am not minifying the script?

    Any help would be appreciated so I can get my android app online =) I get an error

    And then all the touch controls and games goes funny. (eg you leave the layout but the game for some reason will end you back to the layout for no reason? Odd)

  • robert420 Hi, thanks although for some reason I cannot find this expression on my construct2?

  • Sounds great. Cant wait as I need help on all that =) Thanks!!!

  • Im also having a few issues with some other clay.io features. If I choose facebook / twitter / google etc underneath to sign in it opens just a blank window that fails to load.

    Also posting to twitter works on html5 but not android export.

    Posting to facebook doesn't work on either, I get a stuck loading popup.

    I also cant get any clay.io working when testing with IE10/11.

    Any help would be appreciated.

  • Have you linked the app ID in the clay.io plug on C2?

    It is located in teh projects tab, objects, clay.io and then on the left the API key needs to match the one on clay.io website for setting up the achievements.

  • Hi,

    I've noticed when the CLAY.IO window is popped up, touch conditions in the background are still active. Is there a way around this? When the login window appears for Clay on my options screen, scrolling or interacting with is also triggers touch button events behind it?

    I am also having trouble getting clay.io to work with cocoonks. If I export from construct 2 then manually add the clay files to the zip it works in the launcher ok most of the time (Although sometimes the plugin doesn't respond - I have two buttons, one for achievements and one to log in, sometimes one request will stop working and the other will bring up both requests at the same time??). If I copy just the 4 files into the zip it loads up the clay.io small:

    <img src="http://i40.photobucket.com/albums/e239/mayfly118/2014-02-13151037.png" border="0" />

    If I add all the clay.io plugin folder into my zip I get it full screen almost:

    <img src="http://i40.photobucket.com/albums/e239/mayfly118/2014-02-13150133.png" border="0" />

    But if using the cloud compiler and jarsigner / zipalign the file for release the clay.io features no longer work =( Nothing happens in the app. The same happens on the signed / debug.apk version.

    I am using the latest C2, CocoonJS and Clay.io files. I am testing on a Samsung Galaxy S3 with latest android 4.2

    I would say in the launcher clay.io works 8/10 times loading my app. Sometimes clay.io is full screen, sometimes just under full screen.

    On a apk from the cloud compiler it works around 1 in 10. The other 9 times it doesnt function at all?

    Is there any fixes for this?

    Thanks

  • I need a little help in how to implement sound into my game.

    I'd like to make it so that when balls collide they play an audio 'clash' sound, but the volume of the sound file is related to the speed at which they collide. Faster collisions being louder than slower ones.

    I've had a search on the forums / tutorials and had an attempt, but I am finding it difficult to get a good range of max to min sound volumes.

    I've had a play around with the command to set the volume to the bowls.physics and tried things like:

    Set volume to: ((P1Bowl1.Physics.VelocityX)/10)-50

    The maximum Velocity X of my balls gets up to a value of 1000 down to 0 when stationary. I have manged to get an ok play off between min and max sounds by changing the above.

    I will eventually want to implement this so that there are 9 balls on screen and each sound effect is related to the speed of the ball colliding. (At the moment I have put them all as a collision family and done on collision with another from collision family play sound. But this gives the same volume for each effect / collision.)

    Does any one know a nicer way I can approach this? I am also hoping to keep it Android compatible.....

    Thanks