zsangerous's Forum Posts

  • hmmm i think the problem in the condition or the action before it. try this:

    event:

         condition : on mouse clicked

         action1 : enemy spawn bullet

         action2 : set angle (mouse.x + randome(45), mouse.y+random(45))

    also to check if that random function work or no try to use this:

    event:

         condition : on mouse clicked

         action1 : enemy spawn bullet

         condition2:system everytick:

         action2 : set angle (mouse.x + randome(45), mouse.y+random(45))

    you will see that the angle keep changing while the bullet moving

  • have you tried to put them on another layer that has parallax = 0,0?

  • any idea that could help me?

  • i have tried many time to fix this but i really couldn't find a way to fix that.

    (capx)

    https://dl.dropbox.com/u/90034817/scirra/levelSelect4.capx

    the thing i want to happen is :

    to save all array values and when i refresh the page the button should have the frame that fit the array value so if i played and got 1 star on level1 then i refresh the page it must have 1 star in that level and so on in all levels/worlds

    .i have tried to save array value as keys but the problem that the buttons doesn't change always has frame = 0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • ok the update is almost complete , just waiting my game name to change as i wrote a wrong name while i fixed some stuffs and ill upload it ^^

  • hmm upload your capx and we will happy to help you... because it seems the problem isn't from the variable ^^

  • as we are asking , i want to know am i able to use my paid version in more than one pc like my pc and laptop and so on.. or i just use one and it can be changed but still one pc

  • i wish there is a way that change all objects in all layouts , so we don't check every layout where the object layer...

  • All ,

    about language :

    this is some of pictures of english game should i complete it as this style?? or i should make a similar style of the arabic that i use.

    <img src="http://i49.tinypic.com/2wpo50g.png" border="0" />

    <img src="http://i48.tinypic.com/1127whs.png" border="0" />

    (i couldn't find a font that looks like my arabic one but ill make sprites for english)

    about hardness : i have fixed it all with some ideas i think no one will complain ^^ but ill do some stuffs for the people who use hard modes :) i just want to know what should i do with the language and ill release the new update

  • o.o seems it need alot of time to do that , anyway thanks ^^

  • it looks good here too

  • ahh but i can't get it as spritesheet??

  • i have used construct2 and I've lost my images from my laptop so when i click on image exporter is says all frames, or all animations but when i click ok i don't know where it exported so where can i find the images from exporter??

    but saving 1 frame asks me where do i want to save but it too slow to do that in the whole animation

  • if you mean upload your animation to construct2 yes with sprite object with frames.

  • do something like this :

    event:

       condition : system : on start of layout

       action : object : visible

    while your object is invisible (you can change it from object properties)