Pricing's Forum Posts

  • Problem Description

    The menu items in the "add family" windows are janked up.

    Attach a Capx

    No Capx.

    Description of Capx

    No Capx.

    Steps to Reproduce Bug

    • Step 1 Right click "Families" folder in the project windows > add Family
    • Step 2 Look at the window.

    Observed Result

    Menu items of the window interfer with the list item section and the "search" field gets dragged around when you scroll the list.

    Expected Result

    Should look good

    Affected Browsers

    None.

    Operating System and Service Pack

    Win10 Pro 64bit latest update

    Construct 2 Version ID

    R255 64bit

  • You do not have permission to view this post

  • is it possible that you would share your capx or just make some screenshot of your event sheet with the parts that are important for this problem?

  • variable dpadP = 0

    if dpad down -> dpadP +1

    Sprite image -> set to dpadP

    if dpadP =3 -> dpadP = 0

  • You do not have permission to view this post

  • add on top of your restartvars function a "wait 0 seconds" event.

    calling functions and setting variables on start of the layout needs this extra 0second wait event to load probaly

  • You do not have permission to view this post

  • You do not have permission to view this post

  • just check for the width?

    germ.width<germ.width

    but for haveing the same object more than once you need to get there UID

    https://www.scirra.com/tutorials/361/un ... moke-trail

  • can you upload a capx, so i can have a look on it

  • you can make as many layouts as you want, that will not effect your game if they are not loaded.

    for file crypting i dont know, you could add some simple math before saving and loading to change the numbers in your txt file

  • maybe he already has it in his project.

    If this wasnt the problem try to reinstall C2 again (or just copy C2 from another computer to his computer, that will work to since C2 is portable)