alimuqaddas's Forum Posts

  • 4 posts
  • I have a gaming platform which is written in GoLang. I have rest API in GoLang. Can i use this Api in Construct 2?

    If yes just guide me a little bit that How do i do that?

    I will be making a multiplayer game, and i have 2 options. One is Construct 2 and the second one is Phaser. I am just confused if Construct 2 can give me enough with GoLang API.

    Will be thankful

    Regards

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Amazing, Superb Support ever. Thanks bro thanks a lot.

    Worked Perfectly..

    Thanks thanks...

  • Make sure music files are not 00:00 length, instead of using Construct 2 event for Music Play Try this out,

    • Add Browser instance in Game,
    • Add an event of Execute JavaScript at that required location where you want to play that Audio.
    • Write this event into it.

    "var sound=new Audio('media/sound.mp3');sound.play();"

    change the URL as per your requirement.

    Media is the Folder and sound.mp3 is the file name.

    Do let me know if this works.

    Btw checked your game, Its amazing. Loved it.

  • Hello Guys,

    This is my first post at Construct 2 Forum, hope someone helps me in a quick way.

    I have three objects placed on one another, A small Button sort of background, A text Object and a Sound icon, I want to drag and drop them all at same time while playing the game not in Construct 2.

    I hope someone helps me out. It will be a great pleasure for me.

  • 4 posts