irina's Forum Posts

  • Paradox

    hm... sonething is wrong with this... mine shield gets doubled on each powerup???

  • TELLES0808

    I have 2 separated bars, one for health and other for shield.

  • thank you for input, i'll look into that.

    :)

  • can you share that capx again please, GeometriX?

  • Hello,

    i have a small issue with mine haelth system wich i can't resolve... :(

    here's the thing,

    I have basic health fom 0 to 100

    then i have some powerups that add eg. 10 to health.

    then i have shields that start to charge after health is on full 100.

    How to add incremental charging with points that are left?

    Lets say health is at 95 and powerup is picked up and now i have health at max 100 and mine shield should charge those remaining 5 points.

    How to do that?

    Thanx!

  • well... basicly let's say that we have a box or a crate in the middle of the screen... and view is top-down.

    in the middle of the layout we only see its top (the sides have length 0)

    if we scroll or drag/drop that box to the right side we would see its side (length would increase) as well... something like paralax or fake 3D.

    see this example:

    dl.dropbox.com/u/148996943/top3d.capx

  • matthornb : it can be done with WebGL or (more difficultly) with <canvas> and JS. I have a plugin nearly finished for that, the problem is that I didn't got the time to polished it since three months. When it's done, I'll publish it here.

    Any news on this mate!?

  • Kahless

    Do you have any sucess with that plugin of yours?

  • bump!

    same here... anyone?

  • I would just like to ask is there a way to offer games on xbox od PS platforms?

    Ok, i see that it is not mentioned on Scirras main page but is this maybe being considered or worked on or just plain and simple not possible!?

    Thank you!

  • This is still needed... <img src="smileys/smiley19.gif" border="0" align="middle" />

  • I can just add that iw done some testing on different Apple devices and iPhone 4 and 4S allways performed worst... they are slowest of them all, even Ipod touch performed better.

    scirra.com/forum/topic72064.html

    cheers!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    I'w searched entire forum for some usefull informations on this subject but theres no tutorial or example or something...

    Can someone please write in short some tutorial "for dummies" on how to implement gamecenter in CocoonJS?

    Thank you!

  • Hello,

    I need a small input on my health bar.

    I got it working from there 2 tutorials:

    scirra.com/tutorials/447/health-bar

    scirra.com/tutorials/416/healthbar-score-sample

    mine current formula is like this:

    set width 570*(health/100)

    and its ok, it works... but it has a fixed width.

    What i am looking for (since i use Scale outer setting) is a way to stretch its width on wider aspect ratio. Simple anchor wont work since i use fixed width and i would like to use an anchor to left and right.

    Can someone help me with this?

    Solved!

  • I have normal animation that loops and destroyed animation that takes over upon heatlth < 0.

    Normal one is in loop so i guess it never ends and that's why it wont trigger the event, on the other hand it looks little awkward if new object just pops after destroyed animation and object being actually destroyed.

    Ideal would be to spawn it in the middle of destroyed animation... but how to do that?

    update...

    iw suceed with 2 conditions: anim. playing and frame = 8 to spawn it in the middle of animation!!!!