lionz's Recent Forum Activity

  • Something like on collision with another object, increase friction

  • The way I would do this is with the physics behaviour. Gravity drop stuff is all within that. I think it's fairly basic, just adjust the settings and have a play around : D

  • Once you make the game, it is your game. You have the original files from when the game is made. All the credits are yours.

  • I think you can only choose numbers or strings. Using actual objects might not work, you may have to relate choose(1,2) to the different anims which kinda comes back to my original post.

  • Create Object

    Sub Event : Cond: Var = 0     Set Animation "Muzzle 1"

    Sub Event : Cond: Var = 1     Set Animation "Muzzle 2"

  • Arcosta arontwose

    Yeah go with this idea. Much less stuff required than mine. neat! : D

  • Just use the logic you are using for assigning to slots and say that when item is dropped, if not occupying a slot, set position to inside circle.

  • Put the object with a specific UID as a condition. For example :

    Every Tick

    Cond: Pick object with specific UID

    Destroy Object

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ah I see what you're saying now. Don't use the bounce off solids method. Fair enough : P

  • Add Event > On Mario Colliding With Another Object

    Condition : BlockObject > Pick by unique ID

    Add Action > Spawn Coin At Co-ords

  • EncryptedCow

    I don't think you can disable bounce off solids? You can disable the general bullet behaviour but this doesn't work as the object has already collided.

  • You want some logic such as :

    1. When any button clicked : Run Function "Hide All"

    This would hide all the menu components with the Set Visible action.

    Then you have separate logic such as :

    2. When Item Button clicked : Run Function "Show Item Menu"

    This function would contain logic that sets the Item menu to visible.

    This is all done with "Set Visible". Also I would not be using cloned buttons as in that example. Set up buttons with different names such as "ItemMenu_Button" "CharacterMenu_Button" etc.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 72 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