rgros's Forum Posts

  • Ok so in my code i have like x amount of Objects in a family

    On colision event the following code is exactly the same for all x objects however with 1 diference

    Each object has an amount of points that it adds to score

    My question is how do i pass the correct score?

    i dont know if this makes any sence to you, if not i will post the events when i get home....

  • Hello there,

    Maybe this is possible and im being blind, but can we change the index file details (like background color to white for example) on the editor? or is this only possible editing the file itself?

    Its not like i mind editing, however its a bit painfull if i have to do it every single time i export something

    Could this (if not yet) be something we could in future change in the Editor directly?

  • I mean for example,

    Familie1 contains x amount of objects:

    ObjectA (not in family) collides with familie1

    Active would be the object from family1 that objectA colided with....

  • Hello,

    Im wondering how can i find out what Object from the family is "active"?

    is there a function that can retrieve "object_name"?

    Thank you

  • Any news on when this will be released?

  • Ashley

    Im having troube replicating this, it happened 1 time on each of my project files and on diferent machines, however now it is not happening anymore. I had recently updated to the newest build so maybe its only on new install when opening an old project

    After the error message i was always able to continue normaly and the project would open as normal..

  • I simply opened construct and pressed open project selected my file this pop up came

    it happens on any project file i choose , issue on win7 64 or 32 bits , is there anything precise you require? i can add the project later today

  • Hello All,

    Im Ricardo From Portugal

  • Hello

    I got this when trying to open a Project on a random folder:

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Project file missing on disk

    Condition: FileExists(last_path.c_str())

    File: Projects\ProjectFile.cpp

    Line: 23

    Function: __cdecl ProjectFile::ProjectFile(class FileFolder &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)

    Build: release 81 (64-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 2)

    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   

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

    If you need anything else please say

    Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Ashley,

    the source image size was not the issue, i resized it and had same problem

    I found out the issue and fixed it

    My graphic card is ION based meaning its 2 Cards one Intel one Nvidia

    The nvidia driver was updated however the intel one was not

    Now it works

    Thank you for the reply

  • Im sure you probably now this but if not check out this nodejs.org

    im not sure what you are doing but maybe it helps

  • one way to do it would be to create 2 temp variables on the cars

    And have the animation flip when variable A>B or not flip when B<A

    You will need to set an event like every tick:variable A=car.x, wait like 0.5sec and b=car.x

    This should work....

  • Hi all,

    The issue is this:

    i.imgur.com/wpYiJ.png

    If i try to preview it works:

    i.imgur.com/DtBCt.jpg

    This is happening on every machine i try construct on:

    1. Asus laptop with ION graphic card, 32bit Win7

    2. intel core2 , 64bit win7 on board graphic card

    3. Fujitsu machine 32 bit and nvidia graphic card

    Graphic drivers are updated at fullest

    There seem to be some images that do not suffer from this error, like the Tile used on the alien shooter from the How to...

    I cant upload a game file right now since im at work however i dont think its required since there is no events at all, i just made a Tile object

  • Ashley

    Are those approved certificates?

    You can also get some for free, but your browser will still bring up a security notice, if the company that gave your the cert is not in the list of trusted ones. :(

    Any one knows this?

    Im wondering if there is a list somewhere with trusted certificate providers..

  • Facebook API only allows you to access Your own scores and some friends, its no coding issue its a "feature".