westray's Forum Posts

  • Sorry I posted this in the wrong forum before. I have made tetramino objects using the scene graph.How do I,in code,get the position of each of the children?

  • I have made tetramino objects using the scene graph.How do I,in code,get the position of each of the children?

  • I have 7 objects in one family called discs.If I select one how can I check if it collides with another member of that family.I have tried a few different ways but cannot seem to figure it out.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is there any way to force my game to go into landscape mode,and fullscreen when it is played on the Scirra Arcade?

  • Hi,I have a rocket that moves from spinning circle to spinning circle when I press the space bar.If I collide with the circle I want the rocket to orbit the circle in the direction the circle is rotating at a set distance away.I can make it circle using an image point but this looks quite jarring if I hit the circle on the opposite side from the image point as the rocket jumps over to the image point.Also how would I rotate the rocket to follow the circle as it rotates as it can hit the circles at various anglesThanks in advance.

  • I uploaded my game 4 days ago to the Scirra Arcade and it still isn't showing on the games list.It said when I uploaded that the zip file had uploaded successfully. Does anyone have any idea as to what might be the problem

  • How long does it take for your game to show on the arcade after uploading?

  • I'm afraid it doesn't do it automatically Blackhornet.

  • Is there any way to step backwards through an array

    i.e for a 2d array

    for x=0 to 2

    for y=2 to 0

    I know that in other basic languages you can use a step eveny like step -1.

  • Thought I would post this here as a help for anybody who was looking for a random movement of enemies on a grid.

    drive.google.com/file/d/1JC5lnucIElCZAUV9ceHjdkrLmj4nPxAx/view

  • Of course I want to find these when the ghost has reached a node.

  • I am making a Pacman clone and am using a series of nodes for the ghost movement. How do I find the uid of the nearest nodes to to the points in the description?

  • Can anyone help with this?

  • Hi everyone.I am trying to build an Android application using Phonegap.In the past these have gone without a hitch but now I am getting the following error

    "Error - The minSdkVersion as specified in your config.xml (or the default value of 14) is less than required by a library included in your application: org.xwalk.core - You can fix this here"

    It has been a little while since I have used phonegap.Has anything changed?

  • As the subject says.How do I stop a device (in my case an Android phone and tablet) going into sleep mode when I don't touch the screen for a period of time.Is there a command that I am missing?