Home  | Login  | Register  | Help  | Play 

RE: Flash Q&A Thread 4

 
Logged in as: Guest
  Printable Version
All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy >> RE: Flash Q&A Thread 4
Page 9 of 30«<7891011>»
Forum Login
Message << Older Topic   Newer Topic >>
9/16/2007 1:06:58   
somebody621
Member

Saw this months ago... The guy even made a version where you get to steer the xwings/tie fighters.
Post #: 201
9/16/2007 14:36:49   
EragonZZZZ
Member

Oh, should've guessed that. Just thought it was cool.

Any link to that version?
AQ  Post #: 202
9/16/2007 15:12:07   
SirSchmoopy
Banned Multi


How did they make that? it wuz amaing.....yet at the same time had SOOOOOOO many glitches.

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 203
9/16/2007 16:00:20   
Hypnotic
Member
 

I can't get the download to work. Is there no program.exe?
Post #: 204
9/16/2007 17:15:24   
EragonZZZZ
Member

Wow, I've been reading around, and I've realized that if I ever want to make myself a decent game I'm seeriously going to need to read up on my physics/trig.
Damn, thank god I'm a kid, cause I've got a hell of a lot of learning to do.
AQ  Post #: 205
9/16/2007 18:07:33   
ion24
Member

I Want to make a Game, and i want to know how i make an animation stick to a Command Key (Arrow Keys), Anyone know how?

P.S. i'm VERY New to it. i have Looked at LBB's Tut On Flash, It Helped alot, it Didn't Say how to Make an Animation stick to the arrow Keys, but i Think i can figure it out...

ALSO, i'm Now having a problem STARTING Flash. This is what i did: i click on flash, it comes up with the "Activate Flash" Screen, i Say "I Want to try it", I Hit Continue, It May Ask if i want Basic Or Pro, Then it comes up with the Flash Pro 8 Start up, it goes as far as "Initializing Fonts" Then it cuts, Flash Won't come up And It's STARTING to get on my Nerves. Help!

< Message edited by ion24 -- 9/17/2007 16:26:06 >
AQ MQ  Post #: 206
9/17/2007 20:54:11   
SirSchmoopy
Banned Multi


onClipEvent(enterFrame){
if(Key.isDown(Key.LEFT)){
_x-=5
this.gotoAndPlay("walk");
}
if(Key.isDown(Key.RIGHT)){
_x+=5
this.gotoAndPlay("walk");
}
}


then after u add that to the person, make a single frame called walk. then, make everything in that frame a movieclip. in that new moviclip inside ur characters movie clip, seperate him into different sections on different layers. then add walking animations using motion tweens. :) glad i culd help :).
btw, eragon, where did u find that x-wing animation??? i tried going to the main page, but that duznt go anywhere eather.

< Message edited by SirSchmoopy -- 9/17/2007 21:06:43 >


_____________________________

Sig deleted.
Post sig only once per page.
Post #: 207
9/17/2007 22:03:34   
EragonZZZZ
Member

I browse the web for Flash physics implementations, engines, and articles. Basically I just try to acquire as much knowledge as possible from various sources, as I'm sure flsg and somebody do too.
AQ  Post #: 208
9/18/2007 8:53:36   
ion24
Member

SirSchmoopy Can i Make the Command One Key? 'Cause he runs Right, And i want the animation to Only Turn On If i Press the Right Arrow Key. And how do i set a Neutral Animation, Like if no Keys are Pressed he just stands? And do i have to Have Multiable Flashs Open?
AQ MQ  Post #: 209
9/18/2007 17:25:25   
flsg
Member

ion24: after the if(), add:
else{
this.gotoAndPlay("stand")
}

I'm tired(REALLY tired) of suggesting people to not copy/paste code from tutorials, so I'll just help a little bit now >_<
EragonZZZZ: ask your math teacher about physics lol
AQ  Post #: 210
9/18/2007 17:49:59   
petermaxo
Member

e.onEnterFrame = function(){
if(_global.action == "hit"){
p.gotoAndStop(3)
}if(_global.action == "none"){
p.gotoAndStop(1)
if(_global.eaction == "none"){ //problem: the program is skipping the if statement and going strait to the "battle" frame
_root.gotoAndStop("battle")
}
}
}


any ideas? I tried tracing eaction, and even right before the if statement it says it is not "none".
AQ DF  Post #: 211
9/18/2007 19:25:05   
EragonZZZZ
Member

argh, the _globals melt my eyes.
Melt them I say! Melt them!

x_x

@flsg..no worries, I got meself a nice physics book. I like figuring things out on my own.
Besides, they'd be all like 'so this is a vector' and I'd be like "n00b! I kn0w wh@t a \/3C70r 1$"

<_>
AQ  Post #: 212
9/18/2007 20:41:06   
SirSchmoopy
Banned Multi


WHAT DOES _global DOOO!!!!! IT'S MAKING MY EYES MELT TOO, CUZ IM NOT SURE WHAT IT IS!!!!!!! CAN SUM1 PLZ ESPLAIN OR ELSE......I'LL.......JUST TELL ME!!!!
Post #: 213
9/18/2007 21:58:20   
EragonZZZZ
Member

>_> another thing just made my eyes melt.

Well, a _global variable means that your entire .fla file, regardless of what part, has access to it.
AQ  Post #: 214
9/18/2007 22:06:59   
somebody621
Member

Rofl @ Eragon. I've got my own little book! lol haha

It's called "Real- Time Collision Detection". Except flash is being stupid right now. So I've temporarily lost my mojo.
Post #: 215
9/19/2007 9:35:05   
ion24
Member

@flsg: Why? What Happwns if you C/P Code?
AQ MQ  Post #: 216
9/19/2007 15:58:53   
EragonZZZZ
Member

@ ion24....it means you aren't a programmer. You don't learn anything and you'll never understand what the code does.

I'm sure all of you have heard of the infamous Flash 'V-Cam' (on newgrounds and many other places)...it's such SIMPLE code, yet people always just copy/paste it and never take the time to understand it...it could easily teach someone programming fundamentals (as far as animation goes).
AQ  Post #: 217
9/19/2007 17:26:45   
ion24
Member

What does taking hours of typing Teach? C/Ping is MUCH faster and it doesn't Fry the nerves in your wrists.
AQ MQ  Post #: 218
9/19/2007 17:55:29   
flsg
Member

ion24: ok, I've been here since 3 years, I saw lots of threads and I posted a lot, but no offense, this is one of the WORST post ever.
There are some guys who may have less will in flash than you, but you just DONT say this kind of things. This is flash, not some game making programs. If you wanna copy/paste code only, I suggest you RPGMaker or something else, but NOT flash.

Now eragon may continue what I said >_<
AQ  Post #: 219
9/19/2007 18:12:52   
EragonZZZZ
Member


quote:

ORIGINAL: ion24

What does taking hours of typing Teach? C/Ping is MUCH faster and it doesn't Fry the nerves in your wrists.


Okay, fine. You know what, this post pisses me off beyond anything I've seen online today.
Here, I'm going to copy/paste some code for you that I get STRAIGHT from a 'tutorial' site, and you tell me EXACTLY what each line does, mkay?
onClipEvent (load) {
     yspeed = 0;
     xspeed = 0;
     wind = 0.00;
     power = 0.65;
     gravity = 0.1;
     upconstant = 0.75;
     friction = 0.99;
 }
onClipEvent (enterFrame) {
    if (Key.isDown(Key.LEFT)) {
        xspeed = xspeed-power;
    }
    if (Key.isDown(Key.RIGHT)) {
        xspeed = xspeed+power;
    }
    if (Key.isDown(Key.UP)) {
        yspeed = yspeed-power*upconstant;
    }
    if (Key.isDown(Key.DOWN)) {
        yspeed = yspeed+power*upconstant;
    }
    xspeed = (xspeed+wind)*friction;
    yspeed = yspeed+gravity;
    _y = _y+yspeed;
    _x = _x+xspeed;
    _rotation = _rotation+xspeed;
    if (_root.wall.hitTest(_x, _y, true)) {
        xspeed = 0;
        yspeed = 0;
        _x = 50;
        _y = 50;
    }
    if (_root.environment.hitTest(_x, _y, true)) {
        xspeed = 0;
        yspeed = 0;
        _x = 50;
        _y = 50;
    }
}   


Ooh, I'm sure we've all learned a lot from staring at that code.
AQ  Post #: 220
9/19/2007 20:50:59   
SirSchmoopy
Banned Multi


Ion: thats how i started out, but trust me, you don't want to continue C/p. it'll ruin ur flash experience foreber!!! And if you really really really fdont know the code, get a teacher, or type it, instead of C/P. that helps u understand a bit.
eragon: can i plz answer!!!!! i kno it!!! it's so tempting!!!

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 221
9/19/2007 23:48:55   
ion24
Member

@Flsg: Ok, SORRY, But i saw a game(A GREAT One) That was made with flash( Clicky!)
And i wanted to make my own, SORRY for trying.

@Eragon: .......

@Sirschmoopy: I tried to type what Eragon pasted, i Have no clue what it means o_0

< Message edited by ion24 -- 9/19/2007 23:51:38 >
AQ MQ  Post #: 222
9/20/2007 0:24:11   
EragonZZZZ
Member

Don't apologize for trying.
Trying is fine. We encourage it. However, we don't consider copy/pasting actually trying.

I'd be happy to help you if you want to learn AS, or even some general programming concepts.

But copy/pasting...
quote:

@Sirschmoopy: I tried to type what Eragon pasted, i Have no clue what it means o_0

AQ  Post #: 223
9/20/2007 7:05:48   
SirSchmoopy
Banned Multi


Peter: can u teach me how to use globals???
note: i said Teach not tell, teach, so dont lecture me flsg

< Message edited by SirSchmoopy -- 9/20/2007 7:06:38 >


_____________________________

Sig deleted.
Post sig only once per page.
Post #: 224
9/20/2007 9:26:48   
ion24
Member

@Eragon: Ok, let's do it through PM So the thread doesn't get Roadblocked With Spam

@Sirschmoopy: Where was she Doing that o_0?
AQ MQ  Post #: 225
Page:   <<   < prev  7 8 [9] 10 11   next >   >>
All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy >> RE: Flash Q&A Thread 4
Page 9 of 30«<7891011>»
Jump to:



Advertisement




Icon Legend
New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts




Forum Content Copyright © 2018 Artix Entertainment, LLC.

"AdventureQuest", "DragonFable", "MechQuest", "EpicDuel", "BattleOn.com", "AdventureQuest Worlds", "Artix Entertainment"
and all game character names are either trademarks or registered trademarks of Artix Entertainment, LLC. All rights are reserved.
PRIVACY POLICY


Forum Software © ASPPlayground.NET Advanced Edition