ActionScript 2.0 :: Making A Mech Blow Stuff Up(side View Shooter?
Nov 16, 2006
this thread is about side view shooters any one working on a side view shooter who needs help or wants to help me i want in here posting ideas, theres no good thread on the subject so lets get one going
[code]...
View 14 Replies
Similar Posts:
Oct 29, 2002
I'm working on a StarFox side-scrolling shooter in MX. I need instructions for the coding of the following features:
|Character Has Lives
|Arwing (ship) Takes Damage
- Explodes After All HP is Lost
|Arwing Cannot Leave the Screen
|Arwing Can Perform Special Moves
- A Barrel Roll That Will Deflect Enemy Lasers
|Game Timer
|Pause
|Power-Ups
- Regain HP
- More Weapons
|A Boss at the End of Each Level
- Boss Has a Health Meter
- Goes to Next Level After Boss is Defeated
View 7 Replies
Dec 6, 2010
I was trying to make a shooter from a bird's view perspective...So far I've got my character which is a simple circle, and a rectangle protruding from him (the gun), and it rotates depending on where the mouse is located.I've also got a custom cursor set in, to add some kind of excitement...Here's the dumb question... How do I get it so that whenever I click (shoot) the cursor movieclip will play a certain frame inside of itself? I want it to do something like:
Code:
on(release){
gotoAndPlay(2);
}
It just says that I can't have mouse functions unless it's a button.I was thinking of just making a huge button that covers the whole stage, set the alpha to 0, and when that button is clicked, it will play what I want it to play.
View 2 Replies
Oct 23, 2009
I'm in the middle of creating a side scrolling shooter and I am wondering if anyone knows any good tutorials for creating enemies?
View 1 Replies
Mar 17, 2004
I'm making a top-down shooter game. I have keyboard input that moves the ship around and fires a laser.everything works perfect except that when the ship moves diagonal up left, or diagonal down right, the laser can't fire at the same time. It will work in any other direction, including the other diagonals. Just not those two
[Code]...
is this a common problem among movement in games? or do I just need to fix something?
View 1 Replies
Dec 22, 2008
Im in need of a simple code which makes a MovieClip move side to side horizontally preferably using the attachMovie function.The MovieClip must not go off the screen so the movement will have to be limited within the stage size.
View 11 Replies
Dec 3, 2010
I've done some research but I'm still quite unsure with what and how to begin making multiplayer-based stuff in as3.
I've seen quite alot of api's, like PlayerIO for instance, but I'm really not sure where to begin really. What are your thoughts on what tools to learn, if I were to make, for instance, a platform based mmo?
View 1 Replies
Oct 25, 2011
How would I go about making a 2d lighting shader, that only made the things near the player visible?
View 3 Replies
May 30, 2011
Im trying to learn Adobe Flash and making some stuff and that export it to my iPad. It doesnt have to be Shared Object, just read on internet that it could be used. But i dont know.
I need a save and load function. Im gonna explain why and how. Im making a test game. When the player finish a level another level on the "Level select" screen should be unlock.
So, when player open my game first time. Level 2 is locked. When he finish Level 1 he can play Level 2.I got some help with this and got it to work like this:
[Code]...
That means if Player hits goal he get send back to frame 2 and "level2played" gets true and he can click and play level2. But this doesnt ofcourse get saved when the app get closed. So i kinda need it to be saved. So if Player hits goal in level 1, this "level2played=true;" gets saved.
View 2 Replies
Mar 30, 2011
am working on a car game,can any one help me to find car side collission, actually the method I used is hittestpoint.
View 3 Replies
Feb 19, 2010
Let's say I'm trying to place a tooltip on the left side of a component on my view. Layout may look similar to this:
[CODE]...
After the point is converted via contentToGlobal(), the point's x coordinate is drastically incorrect. I've found a way to workaround this by simply wrapping the target component in another HBox like this:
[CODE]....
View 1 Replies
Nov 7, 2011
In my side-scrolling game, I am trying to create blow darts which the player shoots. Of course, I want the darts to start where the Player is and then the darts move in their directions.
However, I have a problem. In my game I use a scrolling function that places the player right in the middle of the screen. Here is that function:
[Code]...
View 1 Replies
Feb 19, 2012
I recently finished my first little project and I wanted to send it to my friends so they can give me feedback; however, once they got the file (.swf and .html) all they recieved was a blank document. How can I save/publish my project so the graphics are displayed correctly on other people's computers that don't have the original files.I can provide additional informatin as needed.
View 3 Replies
Mar 29, 2005
Making Objects Appear Inside a View Area
View 3 Replies
May 20, 2011
how to respond when a rectangle hits another rectangle? I already know how to detect the collision, I just don't know how to respond to it. I'm just trying making a simple side-scrolling platform game where I have platforms I can walk on and bump against on all sides.
View 9 Replies
Jul 29, 2004
hey everyone. im currently making a side scrolling game and its going good. especialy thanx to sum people from here. anyway. i was trying to make it so that u could enter vehicles and then control the vehicles and shoot with them and then u could exit them. Im not asking you to write the code for me. but if u guys know of any examples/tuorials, or if u could giv me sum ideas on how i could do this.
View 1 Replies
Jun 13, 2006
I am making items that minimize onto the side of the screen as little icons, I have that figured out. What i am trying to accomplish is making them minimize to a dynamic spot if there is not already one there. There a bunch of posistions that they could minimize to, i would like them to choose the next highest avaliable spot. Heres some code that will make them do that:
Code:
var minspots:Array = [60, 100, 140, 180, 220, 260];
var minspotstaken:Array = [false, false, false, false, false, false];
_global.sizedown = function(target:MovieClip) {
[code]....
It almost appears as if the tween action for the "_y" is holding its first value, as it always goes back to where it went when the movie loads.
View 14 Replies
Jun 29, 2011
So what I'm looking to do now is to actually get that movie clip - in this case an arrow -to rotate around another object - a ship - at a radius of 150 pixels and facing the mouse.This basically means to get the arrow to follow where the mouse goes around the ship - limited by the 150 pixel radius circle it can follow.p.s. This is the code so far:
ActionScript Code:
theArrow.x = theShip.x
theArrow.y = theShip.y
[code].....
View 4 Replies
Sep 26, 2011
my problem is when i create a button in state 1 and click on it according to code it should make a group in another state named as expand. However according to my code it is still making group in current state 1.
[Code]....
View 1 Replies
Dec 17, 2009
I want to download files from the server side to client side without prompting a window to the user to download when any updates happen at server side.Right now I am using urlstream class but first file is downloading completely rest of the files contents downloading partially.
editCode sample taken from other post. Warning: it's a huuuge chunk o'code.
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:MyComp="client.components.*" layout="absolute" height="554" width="817"
[code]....
View 2 Replies
Aug 3, 2010
I'm about to have to write a web page/app that will serve the agenda for circa 100 people on a page. One line per person, one column per day with 3 clickable zones in each cell. In HTML, the page is way complex for the browser to load quick and there is no possibility to click on a border between 2 cells to for example split an event that spreads among several cells. So I search an not too overkilling technology to render this kind of view. I begun with a PHP generated HTML page but the number of elements in the page make the mouse move jerky.
Moving to JAVA would give me better performances regarding the reuse of the generator of the view but it will still be an HTML page. So, here is my question: do you think that going forward with JAVA and its graphical capability is the simple solution or is Flash a better option for this part of a Web App? I'm afraid of the code I'll have to write in JAVA to handle the GUI presentation as well as the events generated by the 1000's cells plus borders of the page. In Flash, the graphical part seems simpler even if the actions handling is still huge.
View 2 Replies
Aug 15, 2011
I'm currently using RobotLegs with the Presentation Model pattern to develop a Flex 4 project. I understand that all business logic related to a View resides in the Presentation Model associated with that view, however, I am confused when it comes to View specific logic.For example, I have an indicator that needs to be positioned relatively to list items depending on which list item is selected. Is it acceptable in the Presentation pattern to put the logic that will position the indicator in the View and simply have that logic run in reaction to a selectedIndex property changing in the presentation model?The reason I am considering this is that since the Presentation Model does not have a reference to the view it is difficult to come up with an ideal solution for manipulating view components.
View 1 Replies
Mar 18, 2010
I am wondering how to make a 360º view bubble, like they use for Google Street View, but have no idea how to go at accomplishing this task... i have the string of photos that i attached in photoshop(so that if you connected the left to the right it would be a full 360º view).
View 1 Replies
Mar 27, 2009
URL..On this site it has this Image Carousel controlled by moving my mouse side to side, is there a flash component, or some flash script i could use/buy?
View 2 Replies
Sep 3, 2011
I want to create an application that has these features
- At client side: Display a list of images, when user click on one image, data will be stored in MySQL database.
- At server side: Manage images used in client side, I can delete, add new images.
Is this possible for me to achieve this using Flex? And if it is able, will my output be 2 separate SWF files? And where can I find the materials to read on writing such applications?
View 1 Replies
Aug 26, 2009
i have to sanp images into tile or grid form. but my images are in 4 different sizes in height/width. i have to place all images in side by side like tiling.
View 1 Replies
Nov 12, 2010
Here's the AS2 way:
1. Timeline has only 2 frames
1. Make movie clip and give it an instance name (in this case: box_mc). Make sure this takes up frame 1 and 2 on timeline.
2. On a sparate actions layer on frame 1 put this down:
mouse_x = _xmouse;
setProperty (_root.box_mc, _x, mouse_x+((getProperty(_root.box_mc,_x)-mouse_x)/2));
3. On frame 2 of actions layer put:
gotoAndPlay (1);
how to do this in AS3? I really want to be able to have 3d rotation tweening in my flash file and AS2 won't let me do it.
View 1 Replies
Nov 11, 2010
I am on a tight deadline and looking for the AS3 code of how to do what this company does on their site:URL...However, I don't know AS3.Literally my project requires I recreate the what is shown with the hand holding the sharpie and moving only back and forth restricted to a centered rectangular area at the bottom of the screen.I know how to import the image that follows the mouse to the stage, and to make it a movieclip. Let's say I have named the instance "Image_mc".Does anyone have the actionscript for how to do this? Do you attach it to the object or to a keyframe on a separate actions layer?
View 5 Replies
Sep 22, 2011
How would I be able to create a scene where you scroll left to right using the mouse, but instead of having it at a constant rate and having the picture (background) move when your mouse is at a certain x coordinate to have it be that when you move the mouse away from an object the background will move, and will move faster the farther away the mouse is? I have tried scrolling back and forth with x coordinates, but I haven't been able to get this to work.
(I found an example of what I'm trying to describe here; [URL], just click play, skip, leave, and then leave again and you'll be able to see it).
View 4 Replies
Feb 1, 2010
This was super easy using AS2. I had 2 'loader' movie clips placed on the stage and simply used the loadmovie to bring up the external swfs. How would i accomplish this using AS3? I simply need one movie to display on one side of the stage, and another on the other side of the stage. do i still use these 'loader' movie clips?
View 4 Replies