RameshManne's Forum Posts

  • 11 posts
  • Any one facing the same issue?

  • 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 new to intel XDK.

    Trying to build android apk of my project using Intel XDk.Exported my project using Android option and completed all 5 steps in XDK,using default images for assets and plugins off.After build when i installed and open the game first I stuck at a blank screen.Again I built enabling plugins option the package on device it says Parse Error: There is a problem parsing the package.

    can any one Guide me how to build an apk using intel XDK.

    Thank you

  • Hello...

    My project is previewing rarely on browser.Trying number of times to preview but its just says waiting for connection.Tried using all preview browser properties but same thing.Tried running construct2 as administrator but same result.

    Some times when shifting between different layouts and and exporting by closing any existed previews on browser its working.

    No idea what is causing this but its really irritating.

    I am using Construct 2 version 158.2.

    Any help please?

  • Hello...

    We are using a layout(preload screen) to preload all sounds before Game starts.After all preloads completed it takes to the next Layout which is the title screen.

    Here the problem is when we preload lot of sounds, the preview just gets stuck on preload screen because the browser loses connection with preview engine but if we reduce the number of sounds to be preloaded then it works.

    Can any one help please?

    Thank You

  • Hello...

    I am building a platformer game in which the player is the continuous runner with platform behaviour.

    The player is able to jump an obstacle on mobile device but unable to cross the same on Desktop,even though all the parameters are same.

    • My mobile resolution is 1280x800 , and for desktop it is 1366x768.
    • Full screen in Browser is set to scale inner in project properties.
    • Player platform Jump Strength is 850.
    • Player Platform Maximum Speed 350.

    Can any one help me please?

    Thank You..

  • Hello,

    I am working on a racing game.I want give points when player drifted the car.Can any one help how to detect that drift is happening?

    And how can I detect that the car is moving in wrong direction when Track is not a simple straight one.?

    How can I say that a car overtake another one which can't be achieved by just comparing the X and Y values since the track is not straight.

    Thank you

  • Hello..

    I just upgraded construct2 from 146 to 158.2.After Upgrading experiencing super drop in FPS like around 18 to 7.

    We have an another project in which a layout with 2 simple static buttons used to come around 27 FPS now it dropped to 7.

    I want to know any one facing the same issue?

    Can any one help me?

    Thank You! :)

  • Hello,

    I need to detect the platform of the mobile device.

    I tried using Browser.platform , but gettinig Linux ARMv7 instead of android ,may be that is because android is an os developed from linux family.

    Now i found that there is the system condition "is on Platform".

    This is working for Android by selecting "Android" from dropdown list.

    But for blackberry the dropdown menu "BlackBerry 10 App" is not detecting the platform, is that means the condition is true after packaging to blackberry?

    Thank You...

  • Hello,

    In my project i need to use zero deceleration in PLATFORM behavior for specific reason.But when my input for horizontal direction is changed, the control is not simulating instantly,instead taking some time.In construct there is a system variable which gives the current horizontal speed which can be read by using System.Sprite.Platform.Speed.But I'm unable to set this variable.Can i set this speed to zero on direction simulated?Need some Help :(

    Thank you!

  • [FONT=Arial]Arial[/FONT]

    3[/SIZE]Black[/COLOR]

    Hello,

    I need my own fonts to be loaded when my layout starts.I followed the tutorial scirra.com/tutorials/237/how-to-use-your-own-web-fonts

    Accordingly Converted my fonts using Font Squrrel's Kit Generator and imported the files.

    Now the fonts working on all browsers except Chrome.I am using Chrome v.29.

    Don't know weather this is the bug in construct2 or Chrome,but I would really appreciate if any one helped on this bug.

    Thank You..!! [:)]

  • Hello,

    I'm working on a tower defense game in which i planed multi paths for enemies to reach the tower.But enemies selecting only shortest path.Can any one help how to select random path.

  • 11 posts