Querying a How to Doc about smaller Character/postion on screen

ELECTROFUNKDADDYELECTROFUNKDADDY Member Posts: 1
edited November -1 in Working with GS (Mac)
Hey

1st of great program, I was tearing my hairout with xcode and have prouduced more of a game in 3 days than month of Xcode

the equations

self.Size.Width to cw*(1024-self.Position.Y)/1024
self.Size.Height to cw*(1024-self.Position.Y)/1024

work good,

but i am only spawning characters from y position say 50-150 and the pixel/character size diffence between the highest and lowest points is about 10-20, I am looking for a more extreme transistion in size.

for example

Closer to Bottom spawn area(y 50) i.e 100x100
Closer to middle spawn area(y 100) i.e 50x50
further spawn area (Y 150) 25 x 25

and all the rest inbetween.

Any Ideas?

Thanks

ElectroFunkDaddy
Sign In or Register to comment.