Page 2 of 5

Re: draw_from, change scale and rotate

PostPosted: Sat Oct 06, 2007 9:50 pm
by Game A Gogo
xscale would be the horizontal size and yscale would be the verticle size

Re: draw_from, change scale and rotate

PostPosted: Sun Oct 07, 2007 5:48 pm
by Kalladdolf
well, makslane could alsso add the variable "pan", or "tilt", or "roll".
Those variables are used in 3d games, which rotate actors.

Re: draw_from, change scale and rotate

PostPosted: Mon Oct 08, 2007 9:43 pm
by Freddy
I cant seem to make up my mind on the matter. I voted yes, but then after reading Fuzzy's post, I have to agree that it would be cripling to our "programming skills". (Although I have never even heard of the function) Speaking of which, will someone explain to me how you do rotate/draw_from and/change scale of actors? Btw, pixelpoop, I dont know how you can read those programming books. They go from 1 + 1 = 2 to 010010110100101101010001100101001011; "translate this script then add 0100100111 and study the effect of the following process.
Ok that was completely made up, but thats what they sound like!

Re: draw_from, change scale and rotate

PostPosted: Tue Oct 09, 2007 12:00 am
by Game A Gogo
Freddy wrote:I cant seem to make up my mind on the matter. I voted yes, but then after reading Fuzzy's post, I have to agree that it would be cripling to our "programming skills". (Although I have never even heard of the function) Speaking of which, will someone explain to me how you do rotate/draw_from and/change scale of actors? Btw, pixelpoop, I dont know how you can read those programming books. They go from 1 + 1 = 2 to 010010110100101101010001100101001011; "translate this script then add 0100100111 and study the effect of the following process.
Ok that was completely made up, but thats what they sound like!

And like I said, I tried this, it gives out too much to calculate in one frame making the game at Zero frame per second, meaning of witch is like mostly impossible, as GE doesn't really focuses on the speed of things

Re: draw_from, change scale and rotate

PostPosted: Tue Oct 09, 2007 1:35 am
by pixelpoop
Freddy wrote:Btw, pixelpoop, I dont know how you can read those programming books. They go from 1 + 1 = 2 to 010010110100101101010001100101001011; "translate this script then add 0100100111 and study the effect of the following process.
Ok that was completely made up, but thats what they sound like!


I started to learn on my own through the tutorials and looking through post on the GE forum, I made very slow progress like this but it gave me some understanding. Then I got the most basic programming book I could find (the more cartoons on the cover the better) and went through it a couple of times (this also took for ever). The hardest thing for me was to understand and remember the lexicon used.

Re: draw_from, change scale and rotate

PostPosted: Tue Oct 09, 2007 4:16 am
by Troodon
This can be done....

...when the cows fly.

No seriously, the all-mighty C++ would allow us to rotate, scale etc, so we can wait that Makslane will build a code that's based on the current code but allows those new functions. So make it faster Makslane! Just kidding, take your time.

Re: draw_from, change scale and rotate

PostPosted: Tue Oct 09, 2007 7:11 am
by Kalladdolf
btw, I haven't the slightest idea, how to work that draw-from, canvas and other stuff, anyway. I don't even know what it means!!!! (Germans! they don't know anything :roll: )
is there any simple, (makslane-made) turtorial aboot his?

Re: draw_from, change scale and rotate

PostPosted: Mon Oct 22, 2007 3:18 pm
by Bee-Ant
I'll add for a little...how about use "degree" variable to rotate Actors...for example :
Code: Select all
Actor.degree=Actor.degree+30;

:D

Re: draw_from, change scale and rotate

PostPosted: Fri Oct 26, 2007 12:41 am
by GuitarManGuitar
I dont use this cause i want to be a real game designer, I use it just so I can play the games i make.
It would be totally awesome if i didnt have to make so many rotating animations!!!!!!!!!!
:mrgreen: :mrgreen: :mrgreen: :mrgreen:

Re: draw_from, change scale and rotate

PostPosted: Thu Nov 01, 2007 6:49 pm
by Kalladdolf
yeah, and the real great thing about it would be, that u could change the size and rotate and have different animations AT THE SAME TIME

:D

Re: draw_from, change scale and rotate

PostPosted: Thu Nov 01, 2007 10:07 pm
by Fuzzy
I dont think that modern versions of C++ come packaged with rotation and scaling libraries. Its not as trivial as it seems. Upon purchasing C++, you would likely have to go out and find a secondary package with these functions. You might even have to pay for them. Then you would have to learn to link them in to your program.

I guess what i am saying is that you are asking big things of makslane.

Re: draw_from, change scale and rotate

PostPosted: Fri Nov 02, 2007 10:18 am
by Kalladdolf
Is it really that extreme?
I think I'm gonna wait for makslanes opinion on this now.

Re: draw_from, change scale and rotate

PostPosted: Tue Nov 06, 2007 2:07 pm
by Bee-Ant
Dont hope that, makslane is very busy...:(

Re: draw_from, change scale and rotate

PostPosted: Tue Nov 20, 2007 11:58 am
by Kalladdolf
Fuzzy wrote:I dont think that modern versions of C++ come packaged with rotation and scaling libraries.

Weird. I know loadsa programs (for example 3d game studio) with these functions...
think about flash games.
those guys never need these animations when making a motocross game for example...
they can build robots with joints, their arms doing whatever they want... I really think u might need a rotating option for this.
not to offend anyone or to put makslane under pressure, as I always say, just to have this mentioned.

Re: draw_from, change scale and rotate

PostPosted: Thu Nov 22, 2007 9:53 am
by Fuzzy
yes, but thats not "the almighty c++". those are specialized applications. You get a lot more power with C/C++, but the drawback is that you dont have things done for you.