lionz's Recent Forum Activity

  • Are you sure you have enough layers already? haha. I don't see a problem with having each in their own layer which you lock and then move them to the correct layer on start of layout. I wouldn't deal with 200 objects in the editor though, I would find out what I wanted to do in game and make logic to create them during run time, but that's me.

  • Events 13-16 you're checking if Joystick is greater or less than its own x,y? Shouldn't that be Joystick.x greater than Back.x etc

  • I don't know what else to say except yes that should work.

  • I would do :

    Every tick set animation frame to 'variable'

    Bullet on collision with red block, add 1 to 'variable'

    Bullet on collision with red block

    and variable = 3, set variable to 0.

  • Keep the layers the same across the layouts and it'll be fine. If it's on layer 4 (by order, not name) on layout 1 it will remain on layer 4 in the list on layout 2.

  • At the start of layout, set a global variable to be Coins.count, then set the text to show the global variable.

  • Create a sprite on click down, set its angle to touch and increase its height as you move away from initial touch.x, touch.y.

  • It's the first one with an & before Coins.count. It is an expression, don't put it inside ""

    Coins is the object, whatever you called it.

  • Hiya, number of coins in layout is coins.count

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Fairly easy to do although the tweaking of actual force values is up to you. On mouse button released you would apply a force toward position (physics behaviour) on the ball, where the position is mouse.x,mouse.y. To change the force based on drag distance you could detect the distance between initial click and button release and add this value to the default force value, so the longer the distance then its force+distance, it will travel further.

  • You could add the text strings to array and push them through as the conversation goes on, you can keep deleting the top element of the array so (0,0) will show in the text box. You could set up an event that says when a variable is such a value then set text to something, such as 0=show textA, 1=show textB, increase the variable on key press.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 73 followers

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies