dop2000's Recent Forum Activity

  • Try this:

    If you are dragging instance A and it overlaps instance B, event #3 will pick instance B. Event #4 will pick instance A.

  • The red X means that the event is inverted. Right-click -> Invert.

    In this case it means "if Array NOT contains value r"

    If you want to generate a new set of values when you click a button, I suggest you move this code to a function. And then call this function from "On start of layout" and from "On button clicked".

    https://www.scirra.com/manual/149/function

  • No, R is not an instance variable. It's a local variable (just select any event and press V to create it).

    Local variables are generally used to temporary store some values while the event is executed.

  • Say, you want to pin a sword to character's hand.

    Create an image point on the hand, name it "SwordPoint".

    To pin the sword, first position the sword to "SwordPoint" (using "Set position to another object" action), then pin.

    When you mirror the character, unpin the sword, mirror the sword, set its position to "SwordPoint", then pin again.

    Another way to do this is to move the origin image point on the sword in such way that when you position it to character's origin image point, it appears in its hand. Then you'll be able to simply mirror both the character and the sword.

    See this picture:

    red dot is the character's Origin image point.

    red arrow shows the sword's Origin image point.

  • I tried Bullet and Physics, Physics looks much better. See this demo (there are two layouts, check both):

    https://www.dropbox.com/s/02a1f7dhyekln ... .capx?dl=0

  • I suggest using the array instead of global variables.

    Here is how you populate it with unique random numbers:

    (clickable)

  • Here you go:

    https://www.dropbox.com/s/arks1fjcc1mu5 ... .capx?dl=0

    The code is not optimized, but it works.

  • rafaelsorgato

    Maybe use "For each antenna" loop?

  • So the inside of the house should be completely dark?

    Create a new layer (transparent), place a black rectangle above the building:

    You can add a smaller light source to the same layout with "Destination out" and pin it to the player.

    By the way, I suggest you use resources wisely. There are like 5 objects in your game and it's already 23Mb!

    Light image alone is 3Mb. You can make it 10 times smaller and stretch on the layout.

    Fireplace sound - 15Mb! Do you really need 5 minutes of high-quality fire crackling sound??

  • I don't understand your problem, really.

    After objects are destroyed, they are gone, forget about them.

    It's entirely up to you how you spawn new objects. You can create them at random intervals or when some event happens in your game.

    Make sure you create new objects inside the layout, or they will get immediately destroyed.

  • You mean insert line breaks?

    Set spritefont text to "Paragraph 1..." & newline & "Paragraph 2...."

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It will be easier to understand the problem if you could share your capx, or at least a screenshot.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 271 followers

Connect with dop2000

Trophy Case

  • 9-Year Club
  • Entrepreneur Sold something in the asset store
  • 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
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • 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
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x14
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

29/44
How to earn trophies