Kniggles's Forum Posts

  • Hi I am trying to +1 to a Mysql database with the Ajax plug-in,

    anyone got any pointers please ?

  • Hi , I am trying to work out how to make a sprite travel from point A in an Eclipse to point A1, how do I get the negative arc value into the Movement sine az I can only get it to go left or diagonally left.

    thanks.

  • Hi I thought i had the hang of this , how ever I have been trying to make a comb lock for my site and I am having problems trying to open it,

    Can Anyone see why it wont open or point me to the right tut ? thanks.

  • Problem Description

    ____ A concise description of your problem here ____

    Am running Beta r167

    When starting the program and opening up a project , when you close the start screen the program shuts down,

    Dos not happen if you close the start screen first then open a project.

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1 -start program from desktop icon
    • Step 2 -open saved project.
    • Step 3 -close start screen

    Observed Result

    ____ What happens? ____

    program shuts down

    Expected Result

    ____ What do you expect to happen? ____

    the start page to disapear

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    Windows 8

    Construct 2 Version ID

    ____ Exact version ID of Construct 2 you're using ____

    Beta r167 {free edition (am on holiday and did not bring my pc)}

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So many ways to do this, all depends on how dark you want the room that is not lit, so on and so forth.

    What if you just had 2 layers? One for the background with items you see and a layer on top of that with a hole you can see through and move that whole layer? Of course the canvas for the top layer would extend beyond your window in all views. There are certainly other tricks along this line with just 2 layers, again, it all depends on the exact type of look you are going for.

    Maybe you are going for an effect like in this game?

    http://www.scirra.com/arcade/addicting- ... 688/switch

    thanks,

    I am a bit lost in how to do this <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad" />

  • I have got this down to setting the opacity to 100 when overlapping ,

    However the whole of the sprite image is set to 100,

    How do I set it so just the overlapping pixels are set to opacity 100 ?

    thanks.

  • Hi,

    I am building a garage and would like to be able to look around it with a flash light,

    Am I right in thinking this will use 3 layers ?

    The background, with a car/sprite on it / Layer 0

    A lights off layer {all black} / Layer 1

    The Flash light as a sprite with a transparent middle / Layer 2

    how do I set it that I can see the car though the hole in the flash light sprite ?

  • If you only have three Textboxes in total, you can actually address each directly. If there are more, you need to pick each, store the value to compare, and then test the three values. Here a sample using the text itself.

    Thanks blackhornet, have it working in my project , think it should be quite easy to scale up as well,

    Thanks Again

  • I am trying to compare 3 variables of 3 instances of the same object,

    I know that it will need to go , compare A with B and if they are = then compare B with C and if there are = then action()

    The bit I am stuck on is how to fill in the box to call the 2nd variable.

    any help gratefully appreciated,

    Thanks,

    The Text box object is called winnum and the instance variable is known as playthis and the UIDs are 23, 24 ,25

  • Thanks danialgoodwin that`s how I am trying to work round it, am a bit lost on how to call the first two instances to compare

  • Hello, I have 3 Text Instances of and object numbered 0,1,2 and they produce the numbers between 0 and 4 , on a button click,

    Can you show me how I can check / compare the 3 Instances on each tick to see if they are all =

    thanks.

  • I must be doing something wrong, I have the Gmap on the layer and nothing else, when I preview it on my machine it works, I then upload it to the server and all i get now is a black screen,

    is there something i forgot ?

    thanks,

    I am getting the same result of black screen if i try and use the HTML plug in as well, :(

  • I must be doing something wrong, I have the Gmap on the layer and nothing else, when I preview it on my machine it works, I then upload it to the server and all i get now is a black screen,

    is there something i forgot ?

    thanks,

  • Thank you LittleStain n c4sp3r89, #SUBEVENTS not another condation.

  • Condition:

    -On left click on "LightObj".

    Action:

    -Set "LightObj" Animation Frame to (Frame Number).

    --"LightObj" Stop Animation.

    thanks for helping ,

    this gets me to frame 1 but not back to frame 0 when I click it again,