Be a Supporter!

An little shooting engine i made.

  • 681 Views
  • 22 Replies
New Topic Respond to this Topic
AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
An little shooting engine i made. 2005-11-12 01:44:00 Reply

What you think about it? please give me tips to do it better or give me other good action scripts! or just send your own Flash engines :D

http://img394.images..4shootinggame3je.swf

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 02:07:59 Reply

Ok thx ill think about a better place for him.

Max-Vador
Max-Vador
  • Member since: Nov. 12, 2005
  • Offline.
Forum Stats
Member
Level 13
Animator
Response to An little shooting engine i made. 2005-11-12 03:02:39 Reply

that's not a shooting engine, it's a custom cursor(and a bad one) and a button (and a bad one) with crappy animation.

don't try to make your garbage sound cool so people waste their time clicking on you retard thread

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 03:25:15 Reply

At 11/12/05 03:02 AM, MaxV wrote: that's not a shooting engine, it's a custom cursor(and a bad one) and a button (and a bad one) with crappy animation.

don't try to make your garbage sound cool so people waste their time clicking on you retard thread

onClipEvent(enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}

For the aimer.. not any normal cheap AS.

As for the "button AI"
onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
this.gotoAndStop(5);
}
}

So think about what you write you jackass dont try to flame ppl cause something for < You> may seem obvious.

Max-Vador
Max-Vador
  • Member since: Nov. 12, 2005
  • Offline.
Forum Stats
Member
Level 13
Animator
Response to An little shooting engine i made. 2005-11-12 03:28:04 Reply

it doesn't matter if it's a button, or a movieclip with a button's script on it, it's still garbage that shouldn't be considred an, "engine"

and it raised you filesize by making it a movieclip and adding that script, instead of just making a button, now who's a dumbass?

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 03:33:40 Reply

http://img377.images..=re4shootgame4fq.swf

The new updated one(not much updated) but there is munks infront of the church and it has some rain animations around.

Max-Vador
Max-Vador
  • Member since: Nov. 12, 2005
  • Offline.
Forum Stats
Member
Level 13
Animator
Response to An little shooting engine i made. 2005-11-12 03:47:01 Reply

the cursor needs to be on the top layer

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 04:00:28 Reply

At 11/12/05 03:47 AM, MaxV wrote: the cursor needs to be on the top layer

Yes i seem to have problems with that little thing actually. Like For example when you have the cursor aimer aimed at the munk enemy ,the red dot doesnt get on top of him.

Update:
http://img463.images..php?image=re49uv.swf

Ok so i played a little bit with the gravestones. the insignia on top of the church is for no use xD

Undergoingurge
Undergoingurge
  • Member since: May. 20, 2005
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to An little shooting engine i made. 2005-11-12 08:25:00 Reply

Hey um i also am making a Fps, no demo yet but... how can i make it so when a kill the guy, the movie goes on. And they are movie clips with a dieng action on em.

MysticMan
MysticMan
  • Member since: Feb. 10, 2004
  • Offline.
Forum Stats
Member
Level 15
Blank Slate
Response to An little shooting engine i made. 2005-11-12 08:40:42 Reply

Couple tips

Make the cursor..a bit smaller, i found it way to big

Shouldent they be trying to attack you?, Meh..its work in progress

Over all, i would rate it so far...SO FAR a 2/5

Undergoingurge
Undergoingurge
  • Member since: May. 20, 2005
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to An little shooting engine i made. 2005-11-12 08:48:09 Reply

At 11/12/05 04:00 AM, AutoSpawn wrote:
At 11/12/05 03:47 AM, MaxV wrote: the cursor needs to be on the top layer
Yes i seem to have problems with that little thing actually. Like For example when you have the cursor aimer aimed at the munk enemy ,the red dot doesnt get on top of him.

Update:
http://img463.images..php?image=re49uv.swf


Ok so i played a little bit with the gravestones. the insignia on top of the church is for no use xD

Simple cut the cursor out of every frame its in. i asumme its only in one. and make a new layer(the new layer goes over the old one) and put the cursor in it. Also take this tutorial http://www.newground..m/portal/view/153250

Glaiel-Gamer
Glaiel-Gamer
  • Member since: Dec. 28, 2004
  • Offline.
Forum Stats
Member
Level 28
Game Developer
Response to An little shooting engine i made. 2005-11-12 09:02:57 Reply

At 11/12/05 03:25 AM, AutoSpawn wrote: For the aimer.. not any normal cheap AS.

As for the "button AI"
onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
this.gotoAndStop(5);
}
}

Sorry to break it to you, that is normal cheap AS. its the type of thing you can find on the internet, and they type of thing you can write as a reply to someone without testing it.

You never even gave it life! It basically is just a button!

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:08:27 Reply

http://img464.images..identevilfour9jr.swf

Another update.

If anyone can. Please tell me any actionscript for the player health and the attacking AI and health AI.

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:10:52 Reply

At 11/12/05 09:08 AM, AutoSpawn wrote:
If anyone can. Please tell me any actionscript for the player health and the attacking AI and health AI.

ok sry the tutorial covered that.

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:12:57 Reply

Ok so you see that i double post.. sorry. but i forgot to tell you that oyu got to click the insignia on top of the church then click then insignia again.

Glaiel-Gamer
Glaiel-Gamer
  • Member since: Dec. 28, 2004
  • Offline.
Forum Stats
Member
Level 28
Game Developer
Response to An little shooting engine i made. 2005-11-12 09:17:15 Reply

At 11/12/05 09:10 AM, AutoSpawn wrote:
At 11/12/05 09:08 AM, AutoSpawn wrote:
If anyone can. Please tell me any actionscript for the player health and the attacking AI and health AI.
ok sry the tutorial covered that.

Oh, so your not even writing your own scripts? Dude, learn AS then make something worthwhile. Plus your aimer goes behind stuff.

GuyWithHisComp
GuyWithHisComp
  • Member since: Nov. 10, 2005
  • Offline.
Forum Stats
Member
Level 28
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:24:46 Reply

- Check if your layer with the aimer is above the others
- If it already is then try to rightclick-cut-paste in place your aimer.


BBS Signature
a-script
a-script
  • Member since: May. 1, 2004
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:26:10 Reply

for the cursor being on top i wuldnt make it a layer i wuld put the code in my frames action: cursor.swapDepths("instance name of monster here") // without quotes

put this in ur frames actions to 4 ur health:
var health = 100;
_root.onEnterFrame = function() {
setProperty(healthbar, _xscale, health);
if (Math.abs(health<0)) {
gotoAndPlay("gameover"); // or whatever frame/scene you die on
}
};

i like doing my actions in the frames i think its better organized but just make a health bar make it a MC and the instance name for it is healthbar.

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:30:00 Reply

At 11/12/05 09:17 AM, Glaiel_Gamer wrote:

Oh, so your not even writing your own scripts? Dude, learn AS then make something worthwhile. Plus your aimer goes behind stuff.

hey dont get me wrong dude i wrote out the most of the enemy death by myself for 2 days long AS mixing. and the cursor was easy. but i didnt know others like life bar and timer and others for a decent fps game.

AutoSpawn
AutoSpawn
  • Member since: Sep. 2, 2005
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to An little shooting engine i made. 2005-11-12 09:40:55 Reply

At 11/12/05 09:26 AM, a-script wrote: for the cursor being on top i wuldnt make it a layer i wuld put the code in my frames action: cursor.swapDepths("instance name of monster here") // without quotes
}
};

Ty for the Nice actionscript. But i dont seem to get the "cursor.swapDepths" thing. Where shall i put it?

onClipEvent (load) {
startDrag("", true);
Mouse.hide();
}cursor.swapDepths(Munk) <---- this didnt work.

onClipEvent (load) {
startDrag("", true);
Mouse.hide();
}
cursor.swapDepths(Munk) <------ neither this

onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
this.gotoAndStop(5);
}
}onClipEvent (load) {
startDrag("", true);
Mouse.hide();
}
cursor.swapDepths(Munk) < this didnt either :(.

I dont know if i must put it on the enemy or on the cursor or inside the cursor. plz help again :|.

Glaiel-Gamer
Glaiel-Gamer
  • Member since: Dec. 28, 2004
  • Offline.
Forum Stats
Member
Level 28
Game Developer
Response to An little shooting engine i made. 2005-11-12 11:01:10 Reply

At 11/12/05 09:30 AM, AutoSpawn wrote: hey dont get me wrong dude i wrote out the most of the enemy death by myself for 2 days long AS mixing. and the cursor was easy. but i didnt know others like life bar and timer and others for a decent fps game.

4 lines of code doesnt take 2 days to write.

cursor.swapDepths(999999)

fwe
fwe
  • Member since: Jul. 24, 2003
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to An little shooting engine i made. 2005-11-12 11:29:06 Reply

This fucking


wtfbbqhax

fwe
fwe
  • Member since: Jul. 24, 2003
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to An little shooting engine i made. 2005-11-12 11:30:10 Reply

sucks.


wtfbbqhax