Brilliant, either hadn't spotted it before, or forgot all about it. Works perfectly.
So I want to use this component to make a forum. How can I make it display the number of times I clicked on this item?
what item? how did you create the item? show the relavant blocks.
Something like this should work with compCreator
One would need to dynamically create the name values...but you may need to prepare these in advance of generating the components...
I am using CompCreator to generate an ImageSprite on my canvas every 5 seconds (all sprites are movable).
However, I noticed that when the ImageSprites move, if they pass through the same x, y coordinates, multiple ImageSprites overlap.
Is there a way to prevent this?
What do you mean by overlap? Sprites sticking together ?
See here
I have a question regarding expanding horizontal arrangement generation in CompCreator. In a project, I created a visible vertical arrangement and used the extension to dynamically generate a corresponding number of horizontal arrangements, each containing buttons and labels. However, when I tried to find the parent of a button, it pointed to the project's screen rather than the horizontal arrangement where the button was generated. Why is this...
Show your relevant blocks, and how you are storing the names and/or lists of dynamically generated components. Are you using the parent block ?
Where is the vertical arrangement you mention ?
Thank you! I successfully implemented it, but now I have a new question.
On the basis that each ImageSprite can move individually, how can I detect when an ImageSprite collides with another ImageSprite whose image is box.png and make the two ImageSprites move together afterward?
You have already asked this question, and did not respond to my reply/question ? It is 9 posts up from here. We do not know if this is a CompCreator or Canvas question?
Also are you two different people, or the same person running two accounts? It is getting confusing.
we are classmate but we have different question
Hi so in the past I write here because of an problem but I forget about it (because of another things.
So I want to create a forum. When I create a specific thing with this component, it has a button. For example, I create 30 of these. How do I determine which button or possibly which created section was clicked on? I want to achieve that the posts are there on one screen and if they click on it, they can see more details. However, for this I need to know how many buttons/or if solvable components were pressed.
Someone could help me with this?
You need a list.
When a button is created in CompCreator, you need to save that button to the list. They will be in order, so you can then ascertain which button was clicked
Could you help me how to do that?