Can you please share a screenshot from your student? Is the backdrop added to the stage (in the backdrop tab) or not? That would tell us where is the issue. Thank you
Group Details Private
china users
paying users from China
Member List
-
RE: Can't add backdrops to stageposted in Help
-
RE: rude people on creaticodeposted in General Discussion
Thank you for reporting. This is not acceptable on CreatiCode. Please report all the offending comments using the “report” link, and we will delete them and warn the offending users. If this continues to happen we will delete those users’ accounts.
On the other hand, if you have copied a project from other users on CreatiCode or MIT Scratch, please add a reference to the original project.
-
RE: Block Help for multiplayer blocksposted in Feedback
The multiplayer blocks only assume a 2D world, since detecting collision in 3D space is much slower. So if you need to use them in 3D games, you have to assume everyone is at the same z position.
-
RE: Game just says "Error"posted in Help
Please try again after a hard refresh of the page. We made some changes.
-
RE: Game just says "Error"posted in Help
There was an server outage earlier today. It should be fine now. Sorry about that.
-
RE: Block Help for multiplayer blocksposted in Feedback
@regis said in Block Help for multiplayer blocks:
could you please add 3d support (x, y, and z) values to the blocks which only contain the x and y variables?
Can you provide an example which blocks you are referring to?
-
RE: Block Help for multiplayer blocksposted in Feedback
We will add the help page for the multiplayer blocks.
-
RE: Remote edit intermittencyposted in Help
There was an earlier outage for our server, so the issues you had are most likely due to that. We are sorry about that.
Can you please have your students try again? If the problem continues to occur, please let us know the range of time when that happened and we will look into the server log to find out more about the issue.
We are confident that this solution will definitely work after some tuning.
-
RE: Physics engine V2 breaks many 3D codeblocks, and code being broken upon loading a projectposted in Feedback
We have released a fix for this issue, so it should work now. If you sitll see any issue, please let us know.
-
RE: Physics engine V2 breaks many 3D codeblocks, and code being broken upon loading a projectposted in Feedback
We will look into the issue with the broken blocks.
For the new block you are suggestion, there are 2 potential issues:
-
It is not easy to trigger when “not colliding”, as collision is an instant event.
-
If the existing block is fixed that sends a message when collision happens, then there is no need to add this new block right? You can just handle that message?
-