A little search for the keyword layer and collision would have brought this thread.
You've already bumped the socket's topic. Just wait for Zack0 to give an answer.
In the mean time you can always browse the plugins list there are other networking plugins that you may find useful.
You do not have permission to view this post
Apparently you have two images missing:
hewthan.ru/ms/images/%D0%B7%D0%B0%D0%B3%D1%80%D1%83%D0%B6%D0%B5%D0%BD%D0%BD%D0%BE%D0%B5-default-000.png
and
hewthan.ru/ms/images/%D0%91%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9-default-000.png
Make sure those images are well uploaded on your server.
Sorry for the name, that's how it displays on my computer, I guess I don't have the cyrillic font support or something.
To see the urls by yourself, check Ashley's tutorial about checking for error in browsers.
Geo: Did you try to include the event sheet where the definitions are made in the event sheet you're actualy calling the function ?
That's the way to make code "global".
Random(40,61), just try it, the expression will return a number between 40 and 60. (a float actually ie: 40.001, 52.004548040, etc...)
(to round use a cast expression like int(random(40,61)) )
More info in the manual
Also for your question about deletion check the How do I FAQ at the section "Picking/selecting instance(s)" (Understand how to use instance variables to pick specific objects and Even more about picking with UID and IID)
Object is ToDisappear -> Object.width = lerp(object.width, 0, 0.5) -> Object.Height = lerp(object.height, 0, 0.5) Object.width = 0 Object.height = 0 -> Destroy Object
Where ToDisappear is a boolean instance variable that you turned to true.
Develop games in your browser. Powerful, performant & highly capable.
Not yet. Family variables and family behaviors are to be implemented in a future release.
The very same question was asked some time ago.
I made this capx to answer.
Member since 18 Aug, 2010
The official blog for all things Construct and Scirra run by our employees!