Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
To get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.
A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.
Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!
I have an active object and a string object (which starts of invisible). When the mouse pointer is over the active, the string is made visible, that part I can do, but how to you make the string object invisible again when the mouse is moved off the active?
Pointer is over 'Active' --> Make invisible 'string'
Then right click over the "pointer is over" text, and click 'Negate'. Now your event will have a big X to the left, which means "When pointer is not over active".
For efficiency make sure to add to that condition "only one action when event loops".
It can be found as a submenu for the "special" object (looks like a monitor with a question mark), under "limit condition" in the menu.
If you look at your logic your condition will always be met when the pointer isnt over the active object, so it will always be showing the string again each loop, by adding "only one action when event loops" the actions will only happen once until the condition changes and is met again.
Or else you could do instead -
Pointer is Not over 'Active' + 'string' is invisible --> Make visible 'string'
Thanks. Just looked at your 'resizing applications' tutorial and must say that's it's helped a hell of a lot for an up and coming project, well done! Please login to see this picture.