dop2000's Recent Forum Activity

  • Passing data in query parameters requires re-loading of the iFrame content.

  • You need to enable "Experimenting features" in Settings, then restart the program. This will allow you to save project to disk in the web version of Construct.

  • I can think of only one way - add all such objects to families, then use "System Pick overlapping point" for each family, pick top instance, compare z-index with z-index of the sprite.

  • I'm unable to open it in older versions of C3.

    I can open it in r197.2, but I don't understand where and how to look for this bug. Here is the project file for r197.2:

    dropbox.com/s/iqsw4p7qear9ome/Anti-Virus%20Tween%20help.c3p

  • Have you tried opening the project in stable release 197.2? Unpack and change "savedWithRelease" to 19720 in project.c3proj

    Another test you can do is open the old project (before you changed those variables) in r203.2, this will tell you if the bug is in your code or in Construct.

  • "Sprite Compare Variable=XX" picks Sprite instances.

    "System compare two values Sprite.variable=XX" doesn't pick instances, and it compares the variable from the first sprite instance only.

  • in r203 you still need to click somewhere else on the screen to unfocus the button, or use "set unfocused" action.

    And one other thing - "Key is down" is a continuous condition. If you need to execute this event only once when the key is pressed, you need to use "On key pressed" event:

    On Button Clicked 
    OR On Keyboard Key Pressed
    
  • You can use a function. For example:

    Keyboard On Up key pressed
    	Call function MenuNavigate("up")
    
    Gamepad Left stick >50
    Trigger once
    	Call function MenuNavigate("up")
    
    
    On function MenuNavigate
    Parameter:direction
    	if direction="up" .........
    
    	if direction="down" .........
    
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • chrisgoodwin C3P file is essentially a ZIP. Just change the extension of .zip file to .c3p and try to open it.

  • The proper way is to parse it to JSON object, and then use int(JSON.Get("m_Int"))

    See JSON template in C3, it shows how to load and work with JSON data.

  • You should use "System compare two values" condition:

    While
    (LastPick=-1 | (CurrentPick=LastPick & CurrentPick=RandomPick & LastPick=CurrentPick)) equals 1
    

    You may need to change the parentheses.

    .

    Another way of doing this, when you have a mix of different conditions is with a local boolean variable:

    .

  • Change the collision polygon in the sprite.

    Ignore the warning saying that the polygon has too many points, you can add 20-30 points if needed.

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 279 followers

Connect with dop2000

Trophy Case

  • 10-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

30/44
How to earn trophies