SPECTRE ACTUAL's Forum Posts

  • Hi Nicadeamas!

    Just saw your picture.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok, Thank you for the Help.

  • Yep that's what I did, same name, same object, I will try making them individual.

    But question,

    What If I just want to make a simple 2 frame sprite button that you click and it switches?

    You know like the normal two image web button thing, how should I do that?

  • So I have 4 duplicated sprites for control drag method.

    I have 4 frames of animation, just 0=blue,1=red,2=green,3=yellow.

    I set each one to a different frame number, but when I launch game they all turn yellow which is the last frame I assume

    that's what it's doing. But I don't know why.

    Thanks in Advance.

    I even started a new capx.

  • Usualy the score gets written in the Local Storage. And read back on layout startup.

    If you intend to not use the Local Storage, or it is not in place yet and you want to debug things ....

    Then there is a easy solution like this ....

    https://www.dropbox.com/s/7zxzxic7efx83 ... .capx?dl=0

    Notice that SCOREbackup = static.

    Thank you, that was real clean.

    And works.

    Thanks everyone.

  • I did that, sounds right, but it doesn't seem to want to work that way.

  • Perfect, Thank you!

  • Hello,

    For example, I need to reset the ball after it goes into the goal and adds 1 to count.

    But I don't want to reset the score just yet.

    Thanks in advance.

  • I was going to post what I though he was saying but sounds like what you already said Programmer25.

    I'll post it anyways

    ;----------------------------------------------------->>

    I need these things:

    1.one spawn button for sprite(B)(enemy).

    2.one spawn button for sprite(A)hero.

    3.I need to set the stats for players from a list.

    4.I click #1 (ok, or button) then sprite(A) gets stats from a list.

    Note: All other sprite(A,B, or players) do not have stats.

    6.I click #2 (ok, or button) then sprite(B) gets stats from a list.

    5.Also I need to be able to change the sprite(A,B,or other players)stats anytime in game.

    I like multiple players with indiviual stats.

    Similar to tower defence when you need to lvl up one tower, and use deference abilitys anytime you want.

    ;------------------------------------>>

  • Do you think this is the way to do things. I want to present a word and then another button to spell it out 1 textbox for each letter. or I can use the token thing. What do you think?

  • Ok I got basic AJAX working too. And It did read the first word in my text.txt file.

    More stuff to think about.

    Thanks again.

  • Heck yes it works. I tried to put the Math version in and it wouldn't go. Thank-you.

    I figured out my initial problem with call js........I didn't use quotes.

    What you said about the AJAX I will have to work on putting that together.

  • Every click will be a random word.

    I tried random, array.at(0) +1, myArray.CurValue +1, I can't seem to find the answer.

    I Also can't figure out how to call functions from my javascript. I dont see a html file to and scripts.

    I quess idiot.

    Also I'm making a big list of words.

    What is the best way to store that?

    Just type them out in the events individually?

  • I keep clicking the "dummy" button but nothing really happens.

  • Nice.