Aeal5566's Forum Posts

  • did you put center view on me on?

    is the layout bigger than your screen size?

    also for your crowd did you make it so that it tiles?

  • You should check out some tutorials such as the ghost shooter and platform school. They will teach you how to do all the basics in construct.

    As for making scrolling backgrounds just check on center view on me and unbounded scrolling and then construct will make the backgrounds scroll automatically.

  • There is an option for remember objects. just select yes remember or no dont remember.

    I really dont understand what you are talking about in the second question.

    When you are calling Function.setstartvalue(1000,1000,300,1)

    you are passing it for paramaters. so in your function you would have

    on function setStartValue

    -set myvar to function.param(1) // this will set my var to 1000 2 would also and 3 would set it to 300.

    you could also pass it variables by doing function.MyFunction( myObject('myVar'))

  • Pretty sure that this goes under "Feature Requests" please try to keep the topics in the respective forums. Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes its been broken. Why not run a search next time you ask a question please

  • What kind of values do you need to store and access. Because Private variables may be a better faster solutsion rather than an array. Or if you need dynamic variable addtions and subtractions look into using a hash table in the same way. They are much more organized and IMO easier to traverse because of the named keys.

  • If some one has the mibbit link with the client could they please post it here. TY

  • Dial-up wow.... thats like... old

  • It still creates the instance but you need to tell it where to put it. Putting two things in a container will make them spawn together and when one is picked so is the other. you would need an always event setting the position of the other object.

  • Subscribe to Construct videos now

    ....

    ....

  • are you talking about a function that you press a button and it will take a screen shot and save it to your hard drive some where or are you talking about just pressing ALT+Printscreen

  • you could probably just delete the m&k object and then create a new instance when you want it back

  • ow yeah .. i think exporting to text is a must fix

    there are much better things to spend time fixing at the moment. Such as 3d box, physics collisions.

  • It really would not work at all if you were typing in events. The entire point of constructs events is to have a VISUAL representation of the code on screen not text. If you want text based code then learn action script and use libraries and such to make development easier. I see a reason for the for your wanting to print out text but I don't think it is a must fix.

  • This is Construct we CAN do back flips.