padmasambhava's Forum Posts

  • 3 posts
  • Your suggestion didn't work for me at first, but then I figured out the textbox needed to also be set at position x =0 y=0 but wouldn't have figured it out without your lead. Thanks!

    I've read the manual before and its not super helpful for figuring out specific issues like this, and could benefit from having a lot more capx examples, videos and visuals.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    I have a platform game and I'm trying to figure out how to pin the points score text to the canvas so that it is visible as the player moves around the layout. Right now I can only figure out how to pin the points score text to the player, but that's not a good solution. Can you advise?

    Thanks

    -Padmasam

  • want to add to this thread because it was too complicated for someone of my understanding but I was able to fix it this way:

    1) Click Start, type: CMD

    2) Right click on CMD, then click "Run as administrator"

    3) At the command prompt type "regedit" then press Enter

    4. You will see the Registry editor and HKEY_CURRENT_USER

    5. In the register base, there will be a "category"/main folder named "HKEY_CURRENT_USER" and you'll be able to browse a hierarchy up to "\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\". Then the "Advanced" folder should contain several keys amongst which "EnableBalloonTips".

    6. Double click and change the value from "0" to "1"

  • 3 posts