dop2000's Recent Forum Activity

    , none of the settings on Compatibility tab helped in my case.

  • Basically you do this:

    On every tick: Set Layout scale to lerp(LayoutScale, newScale , dt*6)

    LayoutScale is a system expression for current scale.

    newScale is a variable.

    change "6" to other number if you want to zoom faster or slower.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    KeeghanM

    Not all Windows 10 users are affected, which, I guess, makes it very difficult to found the cause of this problem.

    Are you rebooting your laptop daily? Do you install all windows updates as they become available?

  • Did you set it in C2 preferences, or in project properties?

  • AbusiveChAoS In your capx sprite2 scales, but it doesn't adjust its position.

    gibbon , Is this what you wanted?

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

  • Try changing your events to something like this (screenshot from someone else's game):

  • Zion

    Set Unbounded scrolling=yes on the layout

  • When playing audio, don't leave the tag field empty.

    Then you'll be able to stop audio with a specific tag.

    Audio tag "textSound" is playing -> Audio stop tag "textSound"

  • You can't get object's name.

    You should do this with instance variables. Create an instance variable on the family - it could be "objectName" or "audioName".

    Set the correct value to this instance variable for each text instance.

    Then on tap simply play audio file FamilyTexts.audioName

    Also, I thought you have a family with multiple text objects?

    On you screenshot I see only one text object - txt_session. If you want these events to be universal (to work with all text objects), you need to replace txt_session with family name.

  • If you set density=5 to one balloon and density=0.1 to another, and let them collide, you'll notice that the lighter balloon will bounce away much harder.

    This is a known issue with C2 on Windows 10. It has been repeatedly reported to Scirra, unfortunately, there is still no solution.

    There was a long and heated discussion in that post nimos100 mentioned. As a result, Scirra released version r251 that was supposed to fix some issues with performance. However, I've been using this version for a week now and didn't notice any improvements...

    For me and some other people rebooting Windows helps - C2 runs fine for some time (maybe a few hours or days). Then everything becomes very slow again.

  • You can add Function object to your project and create a function that resets font color for all texts:

    On Function "SetAllTextBlack" -> FamilyTextObjects set Font Color to rgb(0,0,0)

    Then on tap call this function before setting yellow color to tapped text:

    Touch On Tap FamilyTextObjects

    ------------------------> Function call "SetAllTextBlack"

    ------------------------> FamilyTextObjects set Font Color to rgb(255,255,0)

    As for sharing you screenshot, you can upload it to a service like Imgur and post the link here.

dop2000's avatar

dop2000

Online Now

Member since 26 May, 2016
Last online 1 Feb, 2025

Twitter
dop2000 has 257 followers

Connect with dop2000

Trophy Case

  • 8-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
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies