quick question
5 posts
• Page 1 of 1
quick question
im making a shump project for university (1st year student), its nothing great and really basic with limited effects, but i was wondering as to how i can delete or clear the boss sprite without making it a list since i only intend to use it once during the game, another thing that i would be grateful for is if someone could explain or help me figure out how i would go about making a cone like bullet pattern for the enemies/bosses without using a bullet script or shooting bullets from 4 different points on one enemy sprite
Re: quick question
It's hard to give an answer without more detail. What programming language and/or framework are you working in?
For the cone pattern, would it be waves of bullets that spread, a random spray, or what?
In any case, you could just launch them from the same point in slightly different directions.
(This is a case where trigonometric functions like sin() and cos() can be useful)
For the cone pattern, would it be waves of bullets that spread, a random spray, or what?
In any case, you could just launch them from the same point in slightly different directions.
(This is a case where trigonometric functions like sin() and cos() can be useful)
Re: quick question
Hi QewQew, it sounds like you're asking some very fundamental questions about shmup-development, so you might benefit from reading some of the tutorials on the older forum. There is an archive of all the old forum posts, and the tutorials board would be of particular use to you: http://cokane.com/shmupdevarchive/index.php?board=87.0
If you're more interested in making a shmup than learning C++ programming techniques then I'd recommend you use a game engine like Unity3D or Game Maker, as these come with the tools to handle creating and deleting sprites and spawning bullets.
If you're more interested in making a shmup than learning C++ programming techniques then I'd recommend you use a game engine like Unity3D or Game Maker, as these come with the tools to handle creating and deleting sprites and spawning bullets.
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests