Print the behaviors?
italianmaxx
Member Posts: 40
I'm atempting at my 1st game (a top down car race) and Working with GS is really a pain. Every 5 mins I need to save and restart, because GS start to sleep and the rainbow little ball starts to roll... and this is most true when I start to check actors and behaviors here and there in several scenes.
Is it possible to print the behaviors for an actor or for an istance, to have the CODE (rules, attributes changing, timers and so on) printed and formatted and easily readable?!?
(my 15' macbook pro suffers with its low resolution, GS needs a larger imac lcd, I guess)
Is it possible to print the behaviors for an actor or for an istance, to have the CODE (rules, attributes changing, timers and so on) printed and formatted and easily readable?!?
(my 15' macbook pro suffers with its low resolution, GS needs a larger imac lcd, I guess)
Comments
You can take screenshots and then paste them together in a graphics program.
1) launch TEXTEDIT (and GS, of course...)
2) look at the behaviors u need to print
3) in textedit rightclick and chose 'capture screen' (or something similar, the last menu item)
4) select the screen area u want to capture
5) textedit automatically copy the area in its document
6) go on and repeat until you've copied all the rules for the actor/instance
7) in textedit print it in pdf or print on paper
really easy and useful to study the logic between 2 or more actors! (just a little bit boring to capture 10-15 screens for complex actors, but this depends on your screen)
try this and let me know
this could also be a very good method to spread code and tricks around!