astrung's Forum Posts

  • In my game,i need more actions with my button,so i want to create button by "sprite" object.But with sprite object,i can not create "click" animation.So anyone has solution to create a button by sprite?Or some tutorial?

  • First,i have some button like this:

    Then i want edit it like this:

    how to do that by Button:Set Css style?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can explain more for me???by some images or some instructions?

  • Hi.I `m making a html5 game,so if i change size of browser,i want to resize all of object in the game depend on web browser size.if any has solution for this problem,can you explain for me that how to do that?

  • Sorry but i `m newbie with construct.so i `m not sure what you mean?So we must code in construct???how to do that???.You can explain more me?Button text can be an image: " Button.Text = ' ► '; "?

  • In my game,I have a pause button with "pause" icon.If we click this button,game will pause and pause button will change to "play" icon (means if we click this button ,the game will resume).So how to do th at

  • In a game,I have some ball with some color(Player set ball color in setting).So how to change ball color depend on player setting?

    More,If i want to change icon for a object,how to do that?

  • Thank all of you,but even if the racket orbit hand that hold it,it is fast to rotate.However,we can not say that means:"we hit the ball".

    So how I can decrease the speed of this rotate,to look like "we hit ball"?Or we can use other method to do that?

    More

  • you can give me an example for this config?I `m not sure what you mean but i can not find any "angle and position" method in Construct?

  • First,sorry for my English.

    Now in a game,I must set a tennis racket to rotate it from 0 degrees to 90 degrees(to hit a ball to left screen).But when i used method "rotate clockwise",tennis racket rotate depend on basic image point(Image point 0-center of racket image)-not from hand player(i have a sprite-"tennis racket"-a tennis racket and a hand that hold this racket).

    So if i want to set that racket will orbit hand that hold it,how can i do that?

    My config:

    Touch:On tap gesture>Sprite7(tennis racket):rotate 90 degrees clockwise

  • Well,anyone can help me?

  • In my tennis game,I have a tennis racket (a sprite with solid behavior).

    And I have a player and balls.

    I want to set tennis racket will only spawn when player and ball collisions,and will destroy after player hit the ball.

    Tennis ball will go by reflection.

    Also,if you have some tennis demo like it,can give it to me?

  • In my game,I have 2 layouts:Open layout and Main layout.In Open layout,i have a button and i want to use this button to set acceleration of a sprite.(i have "speed" global variable in Open layout).So how can i do it?

  • Perhaps actually follow the tutorial

    You can use bound to layout.

    Or add a border (sprites) with solid behavior and make the ghosts bullet behavior bounce of solid

    In event sheet:

    Monster:is outside layout>>monster:set angle toward:Player.X,Player.Y

    I have used bound to layout,but can not solve this problem.Monster will stop in layout border,not go to Player position.

    And use a border with solid behavior,monster will go by reflection,not to Player position

  • Thank you.But The sprite:Monster always go to outside of view(even in a tutorial example:Ghost Shooter.).So how to stop this sprite go outside?

    Link picture:http://imgur.com/yWPu9JS

    Sorry but i can not use img tag now.