Page 1 of 1

First encounter (SOUND!)

PostPosted: Sun Nov 04, 2012 6:15 pm
by Trogdor
Howdy folks, I've been playing with flash for about two weeks and knocked together these two videos (sound goes with the second -- wish I knew how to make it stop/start, but just bear with me for now). Might end up being a preamble to a game if I can ever figure out code snippets. Enjoy!
Update: Added more streamlined scene -- might be part of the troll game (see thread "The Trouble with Trolls")

Click to Play
(Javascript Required)

An Unexpected Journey.swf [ 228.47 KiB | Viewed 54922 times ]




Click to Play
(Javascript Required)

Pit Alternate.swf [ 714.69 KiB | Viewed 54922 times ]


Re: First encounter

PostPosted: Mon Nov 05, 2012 12:51 am
by asshatperv
I love it. You should make more.

Re: First encounter

PostPosted: Mon Nov 05, 2012 3:32 am
by Mechanios
Dear god, I nearly had a goddamn heart attack when that fucking roar played.

Re: First encounter

PostPosted: Mon Nov 05, 2012 4:27 am
by Kantirocks
I wish I had sound right now to hear it, but As far as looks, it looks really good so far. Maybe try making a Flash movie first? Just a way to get all of the auto animations (any fuck scenes and so forth) down pat for when you make it into a game.

Re: First encounter

PostPosted: Mon Nov 05, 2012 6:18 am
by Red.Sheer
(...)

Re: First encounter

PostPosted: Mon Nov 05, 2012 8:41 pm
by OwnerOfSuccuby
Good work :mrgreen:

To stop and start is simple. It depends what version of action script you use. Make a button. On layer with it wright stop();

Then for AS2: wright it in buttons action

on (release) {
_root.play();
}

AS3: wright on the layer with button and name button bNext

function fNext(e:MouseEvent):void{
play();
}

bNext.addEventListener(MouseEvent.CLICK, fNext);

Like a little tutorial you can look this: (but i am not good i tutorials i think :mrgreen: but like example):
viewtopic.php?f=29&t=2370 => look 1a about movie controll.

Re: First encounter

PostPosted: Mon Nov 05, 2012 11:31 pm
by Eumel2
its quite good
but when those orcs go faster its like 2 pics just swaping back and forth and it kills like all the good animations

Re: First encounter

PostPosted: Tue Nov 06, 2012 8:43 pm
by Lucky777
It's... surprisingly decent, honestly.

The whole flabby slimy warty pigman thing is... not particularly up my alley, but apart from that I've nothing against the offering.

S'a cool scenario, and to go wrong with playshapes-based models might take some unfortunately large amount of talent for failure.

Re: First encounter

PostPosted: Sat Nov 24, 2012 4:10 pm
by Eidolon
The whole flabby slimy warty pigman thing is well up my alley! I love it! Big flabby pig men covered in green slime! Take that slut! :D

Re: First encounter

PostPosted: Sat Nov 24, 2012 7:09 pm
by Reapergod36
I wonder why he's so disgusting....

Re: First encounter

PostPosted: Sat Nov 24, 2012 11:58 pm
by [Brand_Name]
mmm.. could you use zelda in the next one?

Re: First encounter

PostPosted: Sun Nov 25, 2012 5:39 am
by FMPraxis
OwnerOfSuccuby Wrote:AS3: wright on the layer with button and name button bNext

function fNext(e:MouseEvent):void{
play();
}

bNext.addEventListener(MouseEvent.CLICK, fNext);


This should also work in AS3:

Code: Select All Code

bNext
.addEventListener(MouseEvent.CLICK, function fNExt(e:MouseEvent){
   play();
});


Putting the function in the event listener makes more sense to some people, and it works the same for most purposes. (although most programmers would consider it a bad practice, but if you are like most people and don't care, go right ahead)

Otherwise, I'm delighted to see more people willing to start flash projects. Please, continue.

Re: First encounter

PostPosted: Tue Nov 27, 2012 1:07 am
by HohesHaus
Hmmm nice. I like it

Re: First encounter

PostPosted: Sat Dec 01, 2012 5:34 pm
by OwnerOfSuccuby
FMPraxis Wrote:
OwnerOfSuccuby Wrote:AS3: wright on the layer with button and name button bNext

function fNext(e:MouseEvent):void{
play();
}

bNext.addEventListener(MouseEvent.CLICK, fNext);


This should also work in AS3:

Code: Select All Code

bNext
.addEventListener(MouseEvent.CLICK, function fNExt(e:MouseEvent){
   play();
});


Putting the function in the event listener makes more sense to some people, and it works the same for most purposes. (although most programmers would consider it a bad practice, but if you are like most people and don't care, go right ahead)

Otherwise, I'm delighted to see more people willing to start flash projects. Please, continue.


Amm ... - and what is the difference ? You need to inicizlize it in both situation ? Is the difference only in position - where it is declared ? If so - if you have function that is already registred some where and you need to add it more than once - you will need to wright as i do. If you do not - you can wright the both - and what is the point ? I do not see difference between it - and as i think it is not comfortable to make it look different.

But for some purpose yes may be it is more comfortable to some body. Or may be i am wrong i do not understand you a little - why it is better or is not ?

Re: First encounter

PostPosted: Tue Dec 04, 2012 10:25 am
by shinox23
Mechanios Wrote:Dear god, I nearly had a goddamn heart attack when that fucking roar played.


That makes both of us along with the other 1200+ that have clicked onto this thread...

Lucky777 Wrote:
The whole flabby slimy warty pigman thing is... not particularly up my alley, but apart from that I've nothing against the offering.


I say ditto on this

Re: First encounter

PostPosted: Fri Dec 07, 2012 12:16 pm
by Renara
I love these animations; I really like the rear view in the second animation! There are a couple of pieces that don't quite line up, and I definitely recommend learning the actionscript basics, as they can be a good way to easily loop part of an animation (so you don't need to repeat segments manually). Looking great though!

Re: First encounter

PostPosted: Tue Jan 08, 2013 6:34 am
by kingofbrocoli
pretty cool stuff man loving the whole disgustingslimypigrape concept and It only took you 2 weeks? sheeeeet hoping to see more of you soon but I know I won´t