Calculator Community > CaDan SHMUP

CaDanITE

<< < (2/9) > >>

Geekboy1011:
well i think the whole goal is to make it easy to use because atm making levels and scripts is a real PITA its easier than java to me though so

DJ Omnimaga:
Yeah I remember you discussed about it on IRC and it seemed rather hectic x.x

Geekboy1011:
well its very heavy on the math as all the bullets movements are caculated via math using 1 or more of 4 registers thus its hard to manipulate them all and have multiple patters at once

DJ Omnimaga:
X.x

yeah my hope for the editor is that it will have some ways to generate some patterns using some equations or filling a form. But coding such thing may be kinda hard. Good luck Iambian!

Geekboy1011:
i think that may be the plan or at least have pre-entered patterns that you can slightly modify speed(i think) angle rotation ect.

atm to make a bullet move around in circle motion like in this pattern



is
Boss0EvE0:
 cd.shoot(r1)
 cd.add(r1,60)
 cd.shoot(r1)
 cd.add(r1,60)
 cd.shoot(r1)
 cd.pause
 cd.goto(Boss0EvE0)

and atm i don't even remember how that works X.x

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version