ok, did the double hinging thing (thanks soldjah boy)
there are much fewer events and objects now
http://dl.getdropbox.com/u/1013446/katama2.cap
there's a problem now
it should be easy to say, if you're stuck, and you collide with them, they get stuck to you
however, if they're both the same family, it won't be easy to make events
that say hinge one to two, and two to one, because they'll both be picked and they'll both be the same family
there's a hacky way out of it, which is to do kindof what we were doing before, which was to replace the physics one, with a nonphysics one
this time, it would be to replace the physics one, with anotherphysics one
but from a different pickedup family
that way we can instruct construct about them separately
maybe soldjah or someone can come up with a better way than that. I suspect there might be, but it would definitely work, and I'll try to whip it up before my kids get home
[quote:2u37aa4z]Will construct still think the katamari is 5cm, because the katamari and the object are only hinged together, but not considered the same object? In MMF2, I'd fix this with flags.
you can use private variables in the katamari to update it's size, by adding together the size of everything that's on it.
but seriously, I know it's getting annoying by now, but read some of the tutorials and the wiki, you should really have known about private variables at least before you started this project. I'm not discouraging you from doing it, or even doing it now. I'm just saying at least one wiki page or tutorial a day. they don't take long, and you'll feel more comfortable. I don't mind helping, and I'm sure neither does anyone else. but at this point you're not going to learn as much as you would if you had some more of the basics down. and you're having other people develop your game, when it starts turning into a real game with your own graphics, and your own custom features, it's going to get bigger and bigger, and you're not going to want to give up just because you don't understand all the code so far, or because you can't recruit coders. construct is really easy, but different from other languages and dev packages. just make it a point to learn at least one thing a day, and then when you have a question of how to do something, you'll at least know where to look in the wiki for the basic stuff. know what I mean?
so...your first assignment is: http://apps.sourceforge.net/mediawiki/c ... _Variables