2dchaos's Recent Forum Activity

  • rexrainbow Thank you so much, this is awesome. Now I can set MEM[0] to get a global variable.

    LittleStain this plugin is great for making chains of complex events like animations and sounds too, like cutscenes, in an readable way.

    It also supports CSV files, which are external, to quickly make corrections.

  • Is there any way to use global variables as parameters on the comand lists?

    Is it possible that you create a scroller on the load command field on the next update?

    Your plugins are awesome and now that I?m learning to use them my life is getting easier, thanks

  • I just had a .capx crashed with this error:

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

    Error loading project

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

    Failed to open project '\\?\C:\Users\Morphine Central\AppData\Local\Temp\cap1O1VSW\Game.caproj':

    behavior name already exists in object type

    Under element: c2project \ families \ family \ behaviors \ behavior-type

    Line 471, column 17

    The file may be invalid. Try checking the file in a text editor (projects are saved in XML format).

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

    OK   

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

    How to reproduce:

    1 - Create an sprite, give him a behavior.

    2 - Create a family, put the sprite on it.

    3 - Give the family the same behavior, with the same default name.

    The behavior in this case was Rex_MoveTo, I?ve solved the problem by editing the sprite?s behavior name to MoveTo2.

    The likely reason the names where duplicated was because I?ve copied the sprite object from another .capx.

  • Thank you Kyatric, I�ll check it out

  • Not sure if it?s a bug or some particularity of his system,but a tester reported to me that sounds aren?t playing on either Chrome and Firefox on Windows Vista Ultimate.

    I found it odd, but did somebody encountered the same problems playing sounds in that OS?

    Thank you,

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Nice, thanks for another cool plugin ;]

  • Hey there, this is what you need to sell your game on the appstore:

    1 - A $99/Year developer license form Apple.

    2 - Construct 2, your favorite HTML5 game creator.

    3 - A wrapper like appMobi or CocoonJs, a program that converts your game HTML5 to the app format. It?s basically a browser that runs only your game.

  • Just a reminder - we still currently have WebGL disabled on mobile devices - C2 games will fall back to canvas 2D. This is because most mobile browsers which support WebGL that I've tried either crash or are slower than canvas 2D. Hopefully in the long term it can be enabled again, but mobile browsers need some work.

    Have you tested on cocoonjs/appmobi direct canvas? How was the performance of the webgl shaders? ;]

  • Steps:

    1 - Copyed an sprite with animations from one project.

    2 - Pasted inside another project.

    3 - This message appears:

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Calling AddBehaviorInstanceFor() when instance already has behavior instance

    Condition: instances.find(&inst) == instances.end()

    File: Projects\BehaviorType.cpp

    Line: 170

    Function: class BehaviorInstance *__cdecl BehaviorType::AddBehaviorInstanceFor(class ObjectInstance &)

    Build: release 99 (64-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.

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

    Abort   Retry   Ignore   

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

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Paste failed due to xml_exception during paste

    Condition: false

    File: Editors\CLayoutView.cpp

    Line: 2777

    Function: void __cdecl CLayoutView::DoPasteAt(class CPoint)

    Build: release 99 (64-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.

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

    Abort   Retry   Ignore   

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

    I can?t reproduce it with other sprite objects. The funny thing is that I?ve copyed and pasted another animation with the same number of frames and the same structure without problems.

  • Indeed, families are great for events, but for grouping different objects in the editor this would be very useful.

  • Awesome stuff ;]

    Very nice!

    The frame rate is good for me on my browser (firefox)

    Will this fare well on mobile?

    Quoted from the wiki:

    "Mobile Browsers

    Nokia N900 - WebGL is available in the stock microB browser from the PR1.2 firmware update onwards.[25]

    BlackBerry PlayBook - WebGL is available via WebWorks and browser in PlayBook OS 2.0[26]

    Firefox for mobile - WebGL is available for Android devices in unstable builds since early 2011.[27]

    The Sony Ericsson Xperia range of Android smartphones have had WebGL capabilities following a firmware upgrade.[28]

    Opera Mobile 12 final supports WebGL (on Android only).[29]"

    Hopefully chrome and safari will support it soon ;]

  • Steps:

    1 - Copyed an sprite with animations from one project.

    2 - Pasted inside another project.

    3 - This message appears:

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Calling AddBehaviorInstanceFor() when instance already has behavior instance

    Condition: instances.find(&inst) == instances.end()

    File: Projects\BehaviorType.cpp

    Line: 170

    Function: class BehaviorInstance *__cdecl BehaviorType::AddBehaviorInstanceFor(class ObjectInstance &)

    Build: release 99 (64-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.

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

    Abort   Retry   Ignore   

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

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Paste failed due to xml_exception during paste

    Condition: false

    File: Editors\CLayoutView.cpp

    Line: 2777

    Function: void __cdecl CLayoutView::DoPasteAt(class CPoint)

    Build: release 99 (64-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.

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

    Abort   Retry   Ignore   

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

    I can?t reproduce it with other sprite objects. The funny thing is that I?ve copyed and pasted another animation with the same number of frames and the same structure without problems.

2dchaos's avatar

2dchaos

Member since 28 Mar, 2012

None one is following 2dchaos yet!

Trophy Case

  • 12-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Email Verified

Progress

14/44
How to earn trophies