DanielZeszut's Forum Posts

  • 10 posts
  • One question :

    variable_maxscore = 5000

    if maxscore >= 5000 -> enemy add to private variable hp 100 , exp 100 , dmg 100 add to maxscore previous value score

    the problem is that this formula does not add private variables to monsters

    the game is endless runner so enemy is created for every 2 or 3 or 4 seconds

    basically its something like that

    enemy -> on created -> score -> maxscore -> enemy add 100 hp , etc...

    It doesn't work , i think that something is wrong with my logic

    please help or just reply topic i just explain it better to you

  • Hello Everybody !

    My name is Danny , last time i used a construct classic to introduce myself

    but from today i am a proud User of Construct 2 !

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello , i had a question , how to do in construct the turn based attack type ?

    for example : my hero is near the enemy then i click right button and the menu will scroll then i choose attack

    then every 3 seconds the attack value will scroll up.

    Something like in Tibia , maybe it's not good example but i want do similar attack system

    The problem is i don't know how to do the Turn based attack , every other thing's are clear

    i try to put LINE OF SIGHT into an enemy to check the hero is near but i don't know what to do next

    i had the other question too, is there any roguelike tutorial or rpg for Construct Classic ?

  • Thank You a lot , it helps me so much

    i will be very glad if somebody could tell me how to do online leaderboards

  • Oh , thank you so much it's very good

  • Wow it looks very well , i like the graphics and isometric shot , hope there will be a lot of cool items and places to discover

    best wishes

  • Thanks for the reply , but i need it for Construct Classic

  • Hello

    i have a little question to You about the online Leaderboards

    is this possible to Send from Construct the score ?

    for example i've got 10,000 Points and the game sending it to the side for example ?

    and the second question , how to save the top scores ?

    i know it's a basic question but i have no idea how to do it

    i'really don't know that you are understand me now but i try to explain :

    i have 2 fields on screen : SCORE and TOP SCORE ,

    and how to do that the max score will be the new top score ?

    for example my previous best was 300 and now it's 700

    how to tell construct to do it ?

    and final ask , where to save the data of score , achivements and global variables

    if my hero found 10 000 gold i want it back when i close the game and return

    wow a lot of things i have written

    i will be very glad if you can help me

    greetings

    Daniel

  • <img src="smileys/smiley1.gif" border="0" align="middle" /> Thank's alot it's very nice to had a help from you

    wow a bit of combinations in event sheet :P

  • Hello Everyone ,

    i have a question , it is possible to make an endless running game in Construct Classic ?if yes tell me where is the trick or show me example i will be very glad if you can do it ...

    oh i can do endless scrolling background but i doesn't mean this ,

    i mean something like random appearing monsters and (gaps between ground) that you have to jump over it ? like cannabalt if you know what i mean

  • 10 posts