Camula's Forum Posts

  • Link to .capx file (required!):

    dropbox.com/s/y33trfjfidy9elg/textBox.capx

    Steps to reproduce:

    1. Define a Textbox at first layer

    2. Cover the Textbox with an other Object on a "higher" layer

    3. Set the layer on top visible

    Observed result:

    The Textbox is always on top of the layout. I can't display information to the user on an other layer until destroying the Textbox.

    The .capx is only a small demo of the problem because I can't post the whole source code, but the problem is still the same.

    Expected result:

    I thought that the Sprite in Layer 1 will cover the Textbox on Layer 0 so that I can show information to the user after click at the Button and then go back to the original mask.

    Browsers affected:

    Chrome: yes

    Firefox: yes

    Internet Explorer: no

    Operating system & service pack:

    Win 7 64bit

    Construct 2 version:

    R132

  • My co-worker and I have the same Problem with R132.

    We have to "downgrade" c2 to work. Is there any suggestion why R132 crashes while opening the .caproj-File?

  • Hi there,

    using just two eventsheets works better since last week.

    I try not to have more than three tabs open and c2 goes fine with this.

    Perhabs there is a problem here yet?

  • Hi,

    working on other .capx files works fine, but I don't really work for a long time at those smaller files.

    The memory usage of my pc is increasing while c2 is loading the capx but after that it is in a normal range, like when c2 runs without any capx

    open.

    I've got lots of tabs open, yes. Exactly all eventsheets. I'll try to close them so that there are just the two I'm working with at the moment.

    Thanks for this Idea!

  • Sorry I can't post my capx. It's sourcecode of my firm, I'm not able to publish that.

  • Steps to reproduce:

    1. Open c2

    2. do some stuff

    3. watch how it is crashing

    Operating system & service pack:

    Win 7 64bit

    Construct 2 version:

    123.2

       

    Hi there,

    since a couple of days (about two weeks I think) c2 is crashing for no reason...

    Yesterday I just reopened it from the menu bar and it crashes.

    Now I just want to create a new action - it crashes.

    I want to export - it crashes.

    I want to create a new eventsheet - you know...

    I can't specify the moment when this failure has begun, but it appears in every version (the last three releases tested).

    I'm a bit confused and helpless about that.

    My co-worker has the same problem. c2 shuts down daily for no reason.

    My c2-capx-file is now 52,1 MB big and it grows daily. I'm not sure if this is the main problem for c2, so I want to ask.

    Sorry about my english, I'm german and a bit upset now! <img src="smileys/smiley4.gif" border="0" align="middle" />

    Thanks forward,

    Camula

  • I want to be able to change the coordinates of the vertices of the sprite at runtime.

    I want to do exactly the same! Would be great if someone knews how to jerk a sprite using the four corners. Is there another effect that would work with "move7"-effect?

  • Hi there,

    c2 is confusing me again...

    My whole layout is 2560 x 1600 pixel big and all layers have the same size.

    On mobile devices I just added the option to zoom in layout with touch-events.

    Works fine so far!

    But now I want to start a "scroll to"-Action by moving the finger on screen.

    Problem is that c2 doesn't notice my layer is after "layer scale" bigger than the layout. In my option it is, after I scale all layers (to 2.0 for example) "scroll to" isn't enabled... And now I'm not able to scroll to any position in whole layout. <img src="smileys/smiley6.gif" border="0" align="middle" />

    Setting "unbounded scrolling" doesn't change anything...

    I can't post my capx-File because it's source of the firm I'm working for...

    Anyone an idea what I'm doing false here? Can I resize the Layout after creating it, with an action perhabs?

    Greetings and thanks forward,

    Cam

  • Try Construct 3

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

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

    Oh thanks a lot! I'll check this out.

  • rexrainbow

    Didn't change anything using this solution. <img src="smileys/smiley24.gif" border="0" align="middle" />

    Now I'm using the string variable s instead of my help text, but there appears the same problem.

    Only with the for-loop and appending Text with empty lines it works correct... <img src="smileys/smiley5.gif" border="0" align="middle" />

    Thanks for your help rex, but I think I will use "the dirty way". <img src="smileys/smiley2.gif" border="0" align="middle" />

  • rexrainbow

    Yes, not a "pretty" solution what i've done there... It works but I don't understand the logic behind.

    In my opinion the content of text should shown already if theres nothing to scroll. Do you understand?

    I want to display two lines of text also if there is space for four lines, for example. But now i have to add two empty lines to the two textlines to display anything.

  • rexrainbow

    Sorry didn't update the .capx...

    dropbox.com/s/9zoq05dd6ayv7hy/scrolling.capx

    There you can see the "while"-loop first and as subevent the "for"-loop to fill "Text" with "newlines".

    Thanks for your help. :)

  • Ok, thanks Ashley.

  • Steps to reproduce:

    1. Choose Sprite

    2. Choose "Edit animation"

    3. Open a new Picture for Animationframe 0

    4. Klick "x" to leave options

    Observed result:

    c2 crushes and I have to restart it. Since I've updated c2 this morning. In every project the same problem.

    Expected result:

    Close "edit animation" and save new pic for sprite

    Operating system & service pack:

    Win 7 64-bit

    Construct 2 version:

    r120

  • Hey,

    I have a little problem too...

    I'm trying to append text by a variable length of strings during a loop. During the while-loop I'm appending the text with a new line and I want to scroll the current content of text, although if the loop isn't finished yet.

    The Problem is - that the text appears after the whole loop is done... <img src="smileys/smiley6.gif" border="0" align="middle" />

    Here is my .capx-File -> dropbox.com/s/9zoq05dd6ayv7hy/scrolling.capx

    Hope anyone could help me...

    Without scrolling-append its working already in my project, but then I can't scroll either... <img src="smileys/smiley5.gif" border="0" align="middle" />

    Edit: ok... found my mistake... The Content only appears after the textbox is to small for all lines. Made some dirty things while creating the text so I'm filling the empty lines in text appending "newline"s now...

    Is there a smarter option to fix my problem?

    Greetings,

    Camula