hero_bash's Forum Posts

  • I have set flags.. the line looks like:

    #define IDE_FLAGS OF_NOCOMMONDEBUG OF_NODRAW
    
    [/code:1327llhb]
  • So, I was doing this tutorial on the wiki on making plugins..

    And I somehow familiarized myself with ti..

    However

    I get this error after I finished up..

    Compiling...

    StdAfx.cpp

    c:\program files\scirra\common\internal.hpp(26) : error C2143: syntax error : missing ';' before 'constant'

    c:\program files\scirra\common\internal.hpp(255) : error C2143: syntax error : missing ';' before 'constant'

    Creating browse information file...

    Microsoft Browse Information Maintenance Utility Version 9.00.21022

    Copyright (C) Microsoft Corporation. All rights reserved.

    BSCMAKE: error BK1506 : cannot open file '.\Debug\ConstructSDK.sbr': No such file or directory

  • it's just python..but you could use pygame, but that's not very good, i think pygame would not mesh with the construct's engine,pygame has its own way of builidng its layout and drawing and all.

    python is still broken,that's a littale sad, i also hope it gets fixed

  • This is somhow my first time making a plugin for a software. I followed the instructions and opened up the SDK template in VC++'08. Now how do you actually test it. I am building it but it doesn't show up in construct

    EDIT:

    I'm using the latest ver of construct - 0.98.3

    ver of SDK, the latest as well

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I downloaded exprress and sadly it din't really work.. because of ALT.. aonly comes on standard or professional

  • I mean whil editing sprite images.. an option that automatically sets the hotspot on the center of the image..

  • never experienced that either.. anyway this forum is uh, well, I jsut don't get the hang of it with phpbb3

  • That's a really amazing post.. your point is good. Thanks

  • I'm not sure what the problem is..

    It works fine on my Vista Ultime 32x

  • I only got 1gb of ram.. Yea, it would be cool if others could record the games to clips - but that would make the point of me making the vid useless - at least I would be the one to arrange it though..

  • Yes.. I was thinking about what music too use too.

    I'm having trouble with video capturing though it ends up choppy and no really smooth.. any suggesstions?

  • A good thing I could think about for submitting bugs is it be in the program itself.. Say it crashed abnormally, the next time you open construct, something will prompt you or ask you and it submits the SF bug tracker.

    I don't know if it would work though, but it would be easier for people - lazy ones or those who experience many bugs..

  • Thanks Ashley, that actually worked.. I was putting the Trigger Once below that didn't work.

    I noticed the speed difference.

  • Is there a way to stop the loop of 'for each object'?

    Say I want it to run through all the objects of a type only once.

    I want to go through all objects of a type so I could assign different values to them. But it only need to be run once and not looping through the whole game.

    Is there a way to stop it? I tried puting it on a group or in a function, but I'm not sure if it worked.

    Or are there alternatives?