resdesign's Forum Posts

    I am actually aggravated because they used to offer discounts and they apparently do not any more.

    Anyway I started writing a game 4 years ago. I had bought C2 in the past and paid for C3 a couple of times I think. Then circumstances in my life caused me to stop for that long. Now I want to resume this game I started and I have to pay for a license to see what I already wrote. On top of that I have to spend time to re-learn it not being 100% sure I will actually have time to finish it.

    Very frustrating. At leas they should allow me to see what I wrote before when I had the license! Seems not fair that what I paid for at the time is not accessible any more.

  • Oops! OK.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Problem Description

    ____ A concise description of your problem here ____

    i have tried several times to edit an image in the image editor and each time C3 hangs. I tried several times to make a button from scratch and then some other times to edit an image in the editor. same result.

    Attach a Capx

    ____ Upload a Capx to this post ____

    https://drive.google.com/open?id=1cKX_w ... BK59dk6Ywt

    Description of Capx

    ____ Concise description of what this CapX does ____

    just 2 sprites and one text - an added sprite to edit prevented saving further whether it is an image to edit or a sprite image created in editor. I am uploading the capx with the image after reloading the capx and no editiong anything in it.

    Steps to Reproduce Bug

    • create a sprite in the editor from scratch
    • trying to save it

    Observed Result

    ____ What happens? ____

    C3 hang and you cannot get out of the editor

    Expected Result

    ____ What do you expect to happen? ____

    Close the editor and continue building the game

    Affected Browsers

    • Chrome: (YES/NO) YES
    • FireFox: (YES/NO) NO
    • Internet Explorer: (YES/NO) I did not try

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    WINDOWS 10

    Construct 2 Version ID

    ____ Exact version ID of Construct 2 you're using ____

    CONSTRUC 3 R94.2 stable

  • Any change to get this to work for C3?

  • I get the shader.js error in a C2 file. When I uploaded the C2 file to C3 and saved it as a C3 file without changing anything I did not get the error anymore. Strange.

  • I get the same error in a C2 file. When I uploaded the C2 file to C3 and saved it as a C3 file without changing anything I did not get the error anymore. Strange.

  • I could not find a post concerning this.

    I am working on a project for which I want to use a tilemap. Unfortunately the tiles do not show in the tilemap panel.

    I also loaded a C2 project with a tilemap and the tiles appear in the tilemap panel in C2 but not in C3 which makes it impossible to edit or add collision areas.

    Is this a kn ow issue?

    Windows 10 latest version

    Browser: FF and Chrome.

  • C2 did not act this way before. It is only the last 2 updates. So I guess something happened there.

    I do reboot from time to time.

  • I have noticed that the screen redraw in the UI when creating sprites or anything on the stage. The version seems to be taking a long time to load too. I have 16 gig of ram on Windows 10 latest version. The rest of my apps work fine and fast as before. It is only C2 that is very slow.

    I wonder if anyone is experiencing the same.

  • oh OK, thanks.

  • How to install this. It is different than the other C2 plugins folders that have a set of 4 files:

    common.js

    edittime.js

    PluginIcon.ico

    runtime.js

  • Yep, that worked! Thanks again for your input.

  • Thanks for your answer. I have used this size on several other games with no problem. I guess this time it must have to do with the way it is used.

    I do educational games.

    This game has math questions. The user goes to a random place in a mall. The stage/window is 600 x 400 and the long image has 9 shops (600 x 9 = 5400) . The questions are randomized and the image slides to a different shop/position depending on the question. There is a visual effect seeing the shops slide by in either direction depending on the question. I use liteTween to slide the image.

    So I cannot use the tiled background because of it. I guess I could cut the image into 9 pieces and pin them to a container. I'll try that.

    There are lots of other things going on too since the user has to choose several things and input text in boxes, etc...

  • I have a game that has a background scrolling image that is 5400 x 400

    The image slide to different places depending on a click event.

    On 32 bit windows system the image does not show at all.

    On Mac does not show

    On Windows 64 bit systems show without any problem.

    Is this a bug?

    Is there a way to make it show?

    Does the resolution/size have anything to do with it?

  • AllanR

    Your response is great too. I will try to implement your answer sometime soon and see how it works. But just reading it seems very promising.