draw_from, change scale and rotate

Ideas for Game Editor evolution.

Who would like a rotate/scale function not using a canvas actor?

I would!!
38
95%
No this is a waste of GE development time.
2
5%
 
Total votes : 40

Re: draw_from, change scale and rotate

Postby Kalladdolf » Thu Jan 03, 2008 7:40 pm

I am more than 1 year GE user...
at least 1 and a half!
...
maybe I haven't advanced properly :roll:
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: draw_from, change scale and rotate

Postby Bee-Ant » Thu Jan 03, 2008 8:05 pm

I'm still...wait, so...you're older than me???
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: draw_from, change scale and rotate

Postby Fuzzy » Fri Jan 04, 2008 8:39 am

==Kalladdolf== wrote:
Fuzzy wrote:Ideally its best done by the graphics card. That makes it rather difficult for Makslane to deal with, seeing how GE is for all these platforms.

:?:


Graphics cards have special chips to handle the drawing of pixels, and the 3D supported graphics cards have special chips to handle scaling and rotations. I dont think many PDAs for example have 3D graphics cards...

So to get a game running really fast with these effects, the program talks directly to the graphics card instead of the motherboard CPU handling it. The problem is that there are so many varieties. It would make it impossible for makslane to do alone.
==Kalladdolf== wrote:
Fuzzy wrote:You can calculate other points based on that.

how would you change 'em then?

If your x and y are at zero, and the frames are 32x32 then you have four corners at <-16,-16> <16, -16> <-16, 16> and <16, 16>
==Kalladdolf== wrote:
Fuzzy wrote:After all, you know the size of your image.

how do I change it?


You need some experience first. but i think you will get there.
Mortal Enemy of IF....THEN(and Inspector Gadget)

Still ThreeFingerPete to tekdino
User avatar
Fuzzy
 
Posts: 1068
Joined: Thu Mar 03, 2005 9:32 am
Location: Plymostic Programmer
Score: 95 Give a positive score

Re: draw_from, change scale and rotate

Postby Bee-Ant » Fri Jan 04, 2008 9:46 am

Self-experience I think...it would teach you fastly then just look at someone's demo... :oops:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: draw_from, change scale and rotate

Postby Kalladdolf » Fri Jan 04, 2008 9:59 am

Bee-Ant wrote:I'm still...wait, so...you're older than me???

no, I'm 14, I may just have used GE longer...
Fuzzy wrote:You need some experience first. but i think you will get there.

hopefully
Bee-Ant wrote:Self-experience I think

the demo's have been a great halp to me =D
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: draw_from, change scale and rotate

Postby Bee-Ant » Fri Jan 04, 2008 10:18 am

I mean older as GE user...huh, I like work alone...and find something by my self... :roll:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: draw_from, change scale and rotate

Postby Kalladdolf » Fri Jan 04, 2008 7:46 pm

=D
me too,
I got mosta my skills from self-experience
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: draw_from, change scale and rotate

Postby Bee-Ant » Sat Jan 05, 2008 8:54 am

You've said that you got your skills mostly from demos...that demos are made by another people right?
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: draw_from, change scale and rotate

Postby DarkParadox » Thu Jan 24, 2008 9:28 am

about the scale funtion...
couldn't you use the width and height vars?
Example(x = your value of increasement):

Code: Select all
Myactor.width = Myactor.width +x;
Myactor.height = Myactor.height +x;
User avatar
DarkParadox
 
Posts: 457
Joined: Mon Jan 08, 2007 11:32 pm
Location: USA, Florida.
Score: 84 Give a positive score

Re: draw_from, change scale and rotate

Postby Kalladdolf » Thu Jan 24, 2008 3:14 pm

diormeh wrote:about the scale funtion...
couldn't you use the width and height vars?
Example(x = your value of increasement):

Code: Select all
Myactor.width = Myactor.width +x;
Myactor.height = Myactor.height +x;


does it work?

Bee-Ant wrote:You've said that you got your skills mostly from demos...that demos are made by another people right?


I didn't say exactly that, just think of 50-50 :)
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: draw_from, change scale and rotate

Postby Fuzzy » Thu Jan 24, 2008 8:33 pm

Well, if you study to learn a skill and your study uses books written by someone else, thats self taught. Same with programming and demos.
Mortal Enemy of IF....THEN(and Inspector Gadget)

Still ThreeFingerPete to tekdino
User avatar
Fuzzy
 
Posts: 1068
Joined: Thu Mar 03, 2005 9:32 am
Location: Plymostic Programmer
Score: 95 Give a positive score

Re: draw_from, change scale and rotate

Postby j2graves » Sat Feb 02, 2008 12:10 pm

who knows about a good site or book to learn C?
No games to my name...
User avatar
j2graves
 
Posts: 1302
Joined: Thu Aug 16, 2007 6:42 pm
Location: on the other side of infinity
Score: 19 Give a positive score

Re: draw_from, change scale and rotate

Postby Bee-Ant » Thu Feb 07, 2008 4:58 am

I think a good site to learn C is here
game-editor.com/forum
because you can talk anything there... :lol: :lol: :lol:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: draw_from, change scale and rotate

Postby Kalladdolf » Wed Feb 13, 2008 8:55 am

or wikipedia...
if you're looking for something specific :idea:
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: draw_from, change scale and rotate

Postby Bee-Ant » Thu Feb 14, 2008 10:21 am

==Kalladdolf== wrote:or wikipedia...
if you're looking for something specific :idea:

Sometimes wikipedia cant give me specific information...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

PreviousNext

Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 1 guest