rob's Forum Posts

  • Joannesalfa

    Hi have used cocoonjs.

    there is a cocoonjs splash screen can I change that screen

  • Try Construct 3

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

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

    How to build in app billing ?

  • Its great ,

    I have a query how to create listing or grade of the gaming or I means to say how to create list of level's such as 1,2,3 etc for eg. h t t p: // w w w. innobrik.com/hanuman/hanuman.html

    after click the start button you get the list page right now it show 1 (level 1) and other are locked after win the level 1 first you get level 2 and in the list page second level locked has been removed.

    How to create it any idea.

  • after compiled cocoonjs touch event is not working

    what is the issue can you tell me

  • Hi

    I have used 'Is touching object' instead of 'On object touched' condition

    but after that it hang my android phone

  • I have used this code working fine on my desktop system my created a bug on my android mobile device

    I have Samsung tab-2 android v4.1.1

    I have created a game in c2 and convert into apk file for my android devices

    when I click to moving object using the slimier code

    + Is touching BigLeftButton

    -> Player: simulate control left

    BigLeftButton is my object

    it hang my phone device

    what is the issues

    have c2 bug ?

  • Touch event is not working well in android phone

    I have a samsung tab android v 4.1.1

    I have create a game move player left right

    For moving player left right

    I have used this code

    event

    Touch---Is Touching --(object)

    action

    Player ------ set X to self.X +self.xSpeed*dt

    where xSpeed is plyer's variable.

    Touch rightside object than player should be move right side but

    When I touch right side object it hang to my android tab and on touched

    it working fine

    What is the issues plz help me !!!!!!!!!!!!!

  • Hi Pakost,

    I have another question that is for game speed When I checked the game on my local system that is working fine but when I tested it on my android phone that time speed is too slow.

    basically when I click the moving button with the help of touch event

    I have this code

    event

    Touch---Is Touching --(object)

    action

    Player ------ set X to self.X +self.xSpeed*dt

    where xSpeed is plyer's variable.

    do you have any idea what is the issues

  • Hi Pakost,

    I have another question that is for game speed When I checked the game on my local system that is working fine but when I tested it on my android phone that time speed is too slow.

    basically when I click the moving button with the help of touch event

    I have this code

    event

    Touch---Is Touching --(object)

    action

    Player ------ set X to self.X +self.xSpeed*dt

    where xSpeed is plyer's variable.

    do you have any idea what is the issues

  • Thanks Pakost

    that is working one again thanks a lot for help

  • Hi friend

    I have a query

    how to fixed the fullscreen on mobile I have fixed the fullscreen browser mod in scale but that is create some issues such as player go outside the screen from right side and but when i set the fullscreen browser mode in off that is working fine so plz help me

  • Hi,

    I wana to know how to use health variable for player

    I have created a variable that name is health and set the value is 3

    ( want when enemy hit the player in 1 time the player will not destroy and same to the second hit and last hit that is 3 time when enemy hit the player the player will destroy that it )

    And create the sub-event for the player

    player health<1 player destroy

    but this is not working well

    so plz help me