California's Forum Posts

  • After a particular release it slowed down on start up. I noticed it after r126 or r128, and all releasess after those.

    Plugins, I only have these:

    * luna_easeTween

    * chromelog

    * r0jo's canvas

    * rex_date

  • Also, I'd like to be able to disable all the unneeded stuff (unneeded plugins, unneeded exports to win8, linux, kongregate, tyson, firefox, Arcade, bb, etc) to see if that helps keep C2 lean and clean.

    Thanks.

  • Is it me or is every release taking longer and longer to start up?

    Old releases opened up almost instantly, and now releases like 130 and 131 take many seconds to open.

    Opening only C2 itself, not opening any documents. Opening a project now takes even longer.

    (using XP and Win 7)

  • Arima see how the edit box has the code nicely colour coded? I was expecting the entire event sheet to be coded in the same way. It would certainly help with readability. In my experience thatis how most IDEs work.

    thirded

  • gif

    <img src="https://dl.dropboxusercontent.com/u/23009908/construct_bugs/bugsinmysoup.gif" border="0">

  • Link to .capx file (required!):

    Steps to reproduce:

    1. Create a document with at least 3 layouts and 3 event sheets

    2. Split in 2 windows: Layouts in the left window, Event sheets to the right.

    3. open all event sheets

    4. Click on panel to select any Event Sheet

    Observed result:

    Error window appears (message posted below)

    Expected result:

    Event sheet appears

    Operating system & service pack:

    xp sp3

    Construct 2 version:

    130

    ===========   Error:   ========================

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    EventSheet appears to be in document list but no tab matches it

    Condition: false

    File: Construct2.cpp

    Line: 1269

    Function: void __thiscall CConstruct2App::CreateTabForEventSheet(class EventSheet *)

    Build: release 130 (32-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Anular   Reintentar   Omitir   

    ---------------------------

  • or use families i.e. "Enemies: call random animation"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Easier: use a single sprite, inside that sprite store Several animations, in each animation you can store different images.

  • +1

  • To only test on Windows and OSX (and skip Linux).

    Where to disable or uncheck export options?

    Thanks.

  • Any tips or experiences using -webkit-transition and -webkit-animation?

  • damn, even easier,

    EVENT: on keyboard press Right ACTION: set angle layer.angle +45

    or

    Global Variable: varLayerAngle = 0

    EVENT: on keyboard press Right

    ACTION1: add to varLayerAngle +45

    ACTION2: set layer.angle = layer.angle + varLayerAngle

  • 1.- put the two keyboard events at root (not inside System Layerangle rot angle)

    2.- Make the +45 angle activate group "ROTATE 45 RIGHT"

    3.- Inside the group on a blank event put the action "add +45 to sprite"

    4.- Inside the group on a second blank event put action: Deactivate "ROTATE 45 RIGHT" group.

    do the same for rotate -45

    hope that helps

  • Link to .capx file (required!):

    db.tt/5g6I3iQE

    Steps to reproduce:

    1. Create a sprite

    2.- Add Sine

    3.- Put it over other object.

    4.- run

    Observed result:

    45% CPU usage

    Expected result:

    5% or even less

    Browsers affected:

    Safari

    Opera

    Operating system & service pack:

    XP SP3

    windows 7 32bit

    Construct 2 version:

    129

  • California, I believe this is not a bug on C2 itself, but on Safari, because if it's running well on Firefox, IE and Chrome, it's a Safari issue, so, if you think this is a bug, you should report it to the safari developers, and wait for an answer, because Scirra can't aid third party softwares.Also happens of Opera.

    Can this be moved to bugs?

    Thx