Games Achievements My Kong Sign In

Comments for The Effect Creation Tutorial. [AS2]

« Back to The Effect Creation Tutorial. [AS2]

Tukkun

Apr. 09, 2010

Under rating threshold (show) Typo: "intuitive", not "intuative".

+ - !

(0)

truefire

Mar. 31, 2010

Under rating threshold (show) I'll modify it then.

+ - !

(0)

truefire

Mar. 30, 2010

Under rating threshold (show) yeah. I found the shootorial layout template thing after I was like 95% done with this tutorial :/ what's not user-friendly about the layout? mebe I'll fix it.

+ - !

(0)

Randomman159

Mar. 30, 2010

Under rating threshold (show) I love the effects, but the layout made it not so user friendly... Try checking out the shootorial layout...

+ - !

(0)

truefire

Mar. 30, 2010

Under rating threshold (show) @ Mato: "Truefire says: I'm probably gonna remove the laggy title screen. Tukkun says: No, lag doesn't matter, it's epic"... Blame Tukkun. But yeah, I'll probably remove it anyway.

+ - !

(0)

Matoking

Mar. 30, 2010

Under rating threshold (show) Title screen is incredibly laggy. No reason you should have it, makes the whole tutorial look very unprofessional. Effects themselves are nice though.

+ - !

(0)

truefire

Mar. 30, 2010

Under rating threshold (show) "Note: This game is listed under the TUTORIALS category of Kongregate. Pleade don’t comment something like “Not a game 1/5”… Thanks…"

+ - !

(0)

supamans

Mar. 30, 2010

Under rating threshold (show) you know, i dont care much abt tutorials, but,this is good

+ - !

(0)

Tukkun

Mar. 29, 2010

Under rating threshold (show) Btw, truefire, what's my ninja level now? 3 or 4? :\

+ - !

(0)

Tukkun

Mar. 29, 2010

Under rating threshold (show) Why not? Tutorials take a hell lot of effort to make.

+ - !

(0)

truefire

Mar. 29, 2010

Under rating threshold (show) Yeah. I can't do anything about that though. It should be displaced by better games by the end of the week though, so no worries.

+ - !

(0)

blkdrgn613

Mar. 29, 2010

Under rating threshold (show) tutorials arent games and shouldnt be allowed in the weekly/monthly contests

+ - !

(0)

truefire

Mar. 29, 2010

Under rating threshold (show) UPDATE: fixed the typos pointed out. Thanks guys.

+ - !

(0)

truefire

Mar. 29, 2010

Under rating threshold (show) AS2 is more newb-friendly (less strict), and, despite the fact that some (rich and/or pirate :P) coders think anything that's not the latest version should be erased from existence, many people still use AS2, for whatever reason.

+ - !

(0)

Matheus28

Mar. 29, 2010

Under rating threshold (show) AS2? Don't teach newbies about it, that was macromedia times

+ - !

(0)

Izmona

Mar. 29, 2010

Under rating threshold (show) On -The End- screen for the bitmap tutorial, you say that: You know know everything in the universe. Know x2? However, this was very informative even though I've never done programming at all.

+ - !

(0)

Tukkun

Mar. 29, 2010

Under rating threshold (show) Typos: [-Using Combined Objects-] = 'definitely', not 'definately'. Other than that, I think you intentionally misspelled 'the'.

+ - !

(0)

Tukkun

Mar. 28, 2010

Under rating threshold (show) Btw, do I get free fire now? :O

+ - !

(0)

Tukkun

Mar. 28, 2010

Under rating threshold (show) I found one more typo. You still write "speach" at one place. 3 more Ninja EXP for me, right?

+ - !

(0)

truefire

Mar. 28, 2010

Under rating threshold (show) *cough* this is the tutorials section of kongregate... Maybe I should update the description.

+ - !

(0)

LeisureCraft

Mar. 28, 2010

Under rating threshold (show) this game lacks good graphics and fun game play 1/5

+ - !

(-1)

truefire

Mar. 28, 2010

Under rating threshold (show) I tried your code out wert, and it worked fine. Make sure the code is on the fire clip's first frame's actions panel. make sure you have an instance of that clip on the stage. also make sure your particle clip has something in it, and has Linkage set to "Particle"

+ - !

(0)

truefire

Mar. 28, 2010

Under rating threshold (show) Yeah, this tutorial uses the actions panel for code. It could be done in .as files with some minor adjustments, but I find the actions panel more convenient for small-scale things like this. I'll take a look at it and see if I made a mistake somewhere.

+ - !

(0)

wertyujh

Mar. 28, 2010

Under rating threshold (show) ok, found a few bugs so far. i will post the code i have now here function makeParticle() { var depth = this.getNextHighestDepth(); var p = this.attachMovie("Particle","p"+depth, depth); p.dir = Math.random() * 360; p.velocity = Math.random() * 5; p.xVel = Math.cos(p.dir * Math.PI/180) * p.velocity; p.yVel = Math.sin(p.dir * Math.PI/180) * p.velocity; p.count = 0; p.onEnterFrame = function() { this.count += 1; this._x += this.xVel; this._y += this.yVel; if(this.count > 200) { this.removeMovieClip() } } } function onEnterFrame() { makeParticle(); } i retyped the frame code, it didn;t work. and I changed the "speed" to "velocity", AND I added p. to the dir and speed var.

+ - !

(0)

wertyujh

Mar. 28, 2010

Under rating threshold (show) i got it now.

+ - !

(0)

wertyujh

Mar. 28, 2010

Under rating threshold (show) i don't understand.. do you have to put the code in the actions of the movie clip itself, the object? or in an .as file? (class Fire extends etc.) or in the first frame actions?

+ - !

(0)

truefire

Mar. 28, 2010

Under rating threshold (show) Update! Fixed the problems you pointed out marten, other than the source. I might do that within the next few days, but I'm kinda busy now. And sorry Tukkun, but I nerfed the Ninja XP you get from reading this tutorial by 40%. it was just way to overpowered.

+ - !

(0)

Tukkun

Mar. 28, 2010

Under rating threshold (show) Really good thing to level up your Ninja skill. 5/5 + fav.

+ - !

(0)

Fak24

Mar. 28, 2010

Under rating threshold (show) Completely useless...for me, but not for other people. And looks like you effort a lot to do it, so 5/5, good job

+ - !

(0)

truefire

Mar. 28, 2010

Under rating threshold (show) Thanks for all the encouragement. Thanks for pointing those mistakes out marten, Expect them fixed when I get back in about 3-4 hours. Farmer, if you look up top, you'll notice I uploaded this to the "tutorials" section of Kongregate. Things posted here aren't supposed to be games.

+ - !

(0)

kissmyfarmer

Mar. 28, 2010

Under rating threshold (show) this is not a game 1/5

+ - !

(0)

martenp13

Mar. 28, 2010

Under rating threshold (show) doesent work

+ - !

(0)

c0rupt3d_l0l

Mar. 28, 2010

Under rating threshold (show) Tutorial wise its preety good i was expecting some noob who had found a code to make particles and posted it. but u explained in detail good job,

+ - !

(0)

UnknownGuardian

Mar. 27, 2010

Under rating threshold (show) I love it. 5/5

+ - !

(0)

socceronly

Mar. 27, 2010

Under rating threshold (show) Fantastic, thank you. I will go through this asap.

+ - !

(0)

Myrty

Mar. 27, 2010

Under rating threshold (show) Nice.. have to work through this

+ - !

(0)

martenp13

Mar. 27, 2010

Under rating threshold (show) page 16 the copy file sends this : /tfor (var i = 0; i < 4; i++)/t{/tmakeParticle();/t};

+ - !

(0)

martenp13

Mar. 27, 2010

Under rating threshold (show) needs source file. i did evrything afrther the tut but at page 11 it stopped working before it worked good

+ - !

(0)

martenp13

Mar. 27, 2010

Under rating threshold (show) in page 11 of the 1st tutorial in p.onEnterFRame = function() the if (this.frame > 200) has 2 dots in it

+ - !

(0)

martenp13

Mar. 27, 2010

Under rating threshold (show) but sum script errors : u cant use function() in a movie clip use it in actions in frame . thats all :P but i tryed to do it but failed ill hope i can do it :P

+ - !

(0)

HoboScience

Mar. 27, 2010

Under rating threshold (show) Very glad to have found this!

+ - !

(0)

Carr77

Mar. 27, 2010

Under rating threshold (show) Its good! 5/5!

+ - !

(0)

martenp13

Mar. 27, 2010

Under rating threshold (show) nice i like it

+ - !

(0)

averyminya

Mar. 27, 2010

Under rating threshold (show) Nice tutorial :)

+ - !

(0)

truefire

Mar. 27, 2010

Under rating threshold (show) First! Enjoy the tutorial and leave any bugs, typos, etc. as whispers on my profile.

+ - !

(-1)

scoz66

Mar. 30, 2010

Under rating threshold (show) Why? Why even offer tutorials in AS2? That's a dead stepping stone to what's going on now.

+ - !

(-1)

krinsmnite

Jun. 21, 2010

Under rating threshold (show) Shame I couldn't get the files either. Compiler is having a field day with the code. I've been trying to break it down to find the problems. Could not. I went so far as to paste the exact code you have into the AS. Nota. Well, at least you gave me an idea. I'll have to work on it on my own sometime.

+ - !

(-2)

krinsmnite

Jun. 21, 2010

Under rating threshold (show) My web of trust plugin really hates the sites hosting your source files. That being the case, I didn't download them. Perhaps there is a better place to host them?

+ - !

(-2)

Olimar72

May. 23, 2010

Under rating threshold (show) Particle effects, page 6 & 7. It tells me that function makeParticle(); and function (onEnterFrame) must be in a onClipEvent handler. And if I add that it doesn't work. :( Help please.

+ - !

(-2)

Butterroll12

Dec. 15, 2015

Under rating threshold (show)

+ - !

(-9)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2024 Kongregate