aicreator's Forum Posts

  • Another set of events which can make your work easier-Pass number to string variable-This action requires to variables one string and the other a number and here by passing the value of a number variable to a string by using the set variable action you can pass any number to an expression which does not accept numbers but only strings.

  • Ashley,Can you tell us that will you consider adding the Grid/Scrollbox object from the Construct Ideas and Suggestions platform to Construct as it will help us in solving at least 90% of our complex ui issues,Cheers.

  • Yes,I request you to release your plug in as this will help us and will also increase your already good reputation in the Construct Community.

  • Credit to Kyatric for the help on the idea 5 and idea 6.

  • I request you to post your events which often make your work easier along with brief information on how do they make your work easier so that I can request the developers of Construct 3 to implement them as actions or conditions in Construct 3 with additional features so as to help you and others to use Construct 3,and the events which have helped me a lot along with their implementation in Construct 3 are here-

    1)Get angle of Sprite(Tween Property)- Can be done by storing the angle of an object in a variable("Angle Variable") by using the Sprite.Angle expression

    2)Set Angle of Sprite- Can be done by passing the "Angle Variable" in the set angle action.

    and many other properties of an object can be stored and set in the same 2 ways as given above by just replacing the actions,expressions and variables given above and we can even edit them,For ex-(Set Colour,Colour Variable;Colour Value+1),(Set X,Variable1;Sprite.x*2) and (Set Opacity,Opacity Variable;Sprite.Opacity=100)

    3)On tag executed- This can be done by setting a boolean variable(Is executed) to false before an action and setting it to true after an action(By making custom changes to this for your game this can be made very useful)

    4)On tag executed n times-The event for this is same as above but with an addition of a variable whose value increases by 1 for once each time the "Is executed" variable is set to true.

    5)Do until True - The events for this event is same the 3rd event but with the addition of a while condition which will execute the code until it becomes false.

    6)Do until False -This is only the inverted version of the Do until True action.

    and I want to request Ashley and Tom to look at this post as I believe that my ideas are good and a lot of feedback will be given to the Construct development Team through this post,

    Cheers to the Community.

    Tagged:

  • Hey Ashley and Tom

    Can one of you you add these actions to Construct 3 which are as follows-

    The Do until true action can be used to run an event until a boolean variable which specified by the user is True and if the boolean variable is set to false or inverted in the middle of an event then the execution off that event will be instantly and automatically stopped.

    The Do until false action can be used to run an event until a boolean variable which specified by the user is false and if the boolean variable is set to True or inverted in the middle of an event then the execution of that event will stopped automatically.

    The Do until variable value(Step) action can execute for a certain amount of time or steps multiplied by the value of the variable defined by the user until the variable reaches certain value after which the event running the Do until variable value(Step) will be automatically stopped.

    And Ashley and Tom if you do not want to add these actions to Construct 3 can you tell me why?,Note -I have have thought of different actions for Construct 3 and your advice can help me improve them,Cheers.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • What would you think of an action which will allow you to detect specific changes which an event will make to an object like it's colour,position,size,opacity and even it's angle and store it,and also of another action which will allow you to execute those stored changes to an object at any time and of an editor which would let you to replace the value(for example the text of an object) of a specific change type (for example - The colour of the text of an object) which is stored by you.

    Tagged:

  • dop2000 sorry for being rude,I made a typing mistake.

  • Yes,but I have tried your code and it is not working for me here are some screenshots of my code -

  • Here is a screenshot of my code-

  • hey dop2000 your code in my project is only working when I do not use variables(whose values can be changed) which are -(Add item-Index : 1,Text:List.Variable 1) instead of exact data which are for example- (Add item-Index:Variable1,Text:List.Variable 1),but I need your code to work with variables as I can change their values later and then use them to add more items on my list without to add similar events again and again and also to follow the "Don't Repeat Yourself" Principal,

    Thank You.

  • I have tried both the advices and even this code of mine which is below code below is not working ,and so can any one help me with this?

  • Cheers