Asatur's Forum Posts

  • R0J0hound

    I have read this topic .. but resolve problem whit plugin Randomized Array

    scirra.com/forum/plugin-randomarray_topic45277.html

    10x for answering:)

  • Guys I need a help .

    I have array .

    example

    1, 2,3,4,5,6,7,8,9,

    now i need a shuffle the numbers.

    when i use random operator . i have shuffled numbers but there are repeted ..

    i need what numbers don;t repeated like 3,6,4,9,1,7,5,8,2

  • 10x . :)

  • guys where mistake

    I have

    <img src="http://s22.postimg.org/53a35cvht/image.png" border="0" />

    I can check trust.at(lev-1) = 3 but action doesn't work

    <img src="http://s4.postimg.org/vw4xslc31/text.png" border="0" />

    in text box write 1 3

    I cant understand why don't check the value

    please help

  • I think you need to buy . :D

  • see Families tutorial and Space Blaster game examples you can find it Costruct2\examples

  • Guys

    there is a debug program or method ..

    like see array values or same variable in process.

  • hello guys .

    I have same problem . I can't understand why ..

    I have xml

    <game>

    <any>any<any>

    <trust>C<trust>

    ................

    how I can compare value of trust (in this exam. "C") whit another variable

    like this

    if "trust/text()" = C do this

    else if "trust/text()" = D do this....

    thanks...

  • Hello.

    Dear friends please help

    I have 2 questions

    1st .

    How can I upload Image and same parameters from folder to game whit "xml" (each level) .

    2nd

    How can I split this image in "n" parts

    and have image parts ID .

    like this

    <img src="https://dl.dropbox.com/u/22173473/droppicsplash.png" border="0" />

    Thank you ....

  • thanks :) all is Done . :)

  • Guys please help where my mistake

    i have <img src="http://s15.postimage.org/5xyke4puz/Capture.png" border="0" />

    but every time i get coordinate for created object (0,0) why ?

    my object evry time creted in 0, 0

  • Use For Each ?

    when I want to Set Array Value I have Problem .

    maybe I can't understand you .

    <img src="http://s24.postimage.org/bumrqfsth/Untitled.png" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Friend I am new in Construct.

    I have question .

    if you have 8 separate objects

    ex. Num1, num2.... num8

    I want to get each X,Y positions

    I take array and in event For n = 1:8 Set XY X | n , Y | 1 , Value ???? how write num[n].X or num(2).Y

    thank you