Clickteam Community Hub
The Community Hub for Clickteam users, including forums and access to downloads and other features.
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!
Clickteam.
Recent Activities
-
DisneyRob
October 12, 2024 at 11:10 PM Replied to the thread Needsome help with a program.PostThanks Sergio
Here is what I am trying to do in detail
The player enters his office
In his office he has a police scanner, a computer, a fax machine, and a teletype machine
I he clicks on one of these machines, (lets use the computer) a computer screen… -
semar
October 12, 2024 at 10:43 PM Replied to the thread Scoping "hitbox" objects?.PostIn addition, I would bind the hitboxes to the sprite using the "Fixed Value" of the sprite.
Each hitbox should have for example an alt. value, say, ID-Sprite, which shoud be set to the Fixed Value of the sprite.
This way you can use this unique binding to… -
willy
October 12, 2024 at 9:43 PM Replied to the thread Scoping "hitbox" objects?.PostYou may want to use a for each loop to bind the triggers and sprites together.
I am attaching an example for something similar which could be useful for you. -
WonkyTonkBotty
October 12, 2024 at 5:11 PM Posted the thread Scoping "hitbox" objects?.ThreadSo, I have a game level in progress, in which enemies spawn, and so do invisible "hitbox" objects, that are intended to set onto the enemies' heads and register headshots for extra damage.
The enemies spawn fine, but so far, I've had trouble getting the… -
semar
October 12, 2024 at 9:53 AM Replied to the thread Needsome help with a program.PostHey DisneyRob,
your game description is - at least for me - quite vague.
Try to explain better what your goals are. Or, better, write a pseudo-code for it and run it on a piece of paper.
Once you have the logic working, then you may translate it in Fusion,… -
gkakisdf
October 12, 2024 at 12:53 AM Posted the thread can't download anything new from the workshop.ThreadHi all, can't download anything new from the workshop. I receive this tooltip for all new subscribed items (downloading 100%). pls help!!!!
Please login to see this link. -
DisneyRob
October 11, 2024 at 11:50 PM Posted the thread Needsome help with a program.ThreadI am working on a game that will; have the player putting a newspaper together.
What I am, attempting is this
The player can click on various objects, Police Scanner, Fax Machine. Computer. and Printer.
When they do a list of stories will come up/
When they… -
Phi
October 11, 2024 at 9:07 PM Replied to the thread DarkSocket - raw networking sockets, like MooSock.PostDarkSocket was updated to Please login to see this link..
Changes since build 6:- Fixed misinterpretation of address in Build packet > Set binary action
- Fixed crash when client sending when client is not connected
- Updated to DarkEdif SDK v19
-
Johnmelody7
October 11, 2024 at 10:28 AM Replied to the thread How to program a ONE TIME event.Post[…]
You can implement a "one-time event" in a Windows CF 2.5 application by storing the state using persistent storage, such as the registry or a file. Here’s a brief example in C#:In your form, create a button that changes the background color and… -
DrPumpkinz
October 11, 2024 at 6:07 AM Reacted with to marbenx’s post in the thread too many open brackets????.Reaction (Post)This can happen if you have a global value that shares the same name ("xspeed") as the object's alterable value - changing the name of either one should fix it