137 Forum Posts by "VolcanoBoy"
I didn't really go for the trends, I always just tried some of them out.
trading cards were the worst at my school. People started to be very very very nice to me because i had a rare yugioh card I couldnt remember wat it was called.. Every1 wanted my card.
sorry to double post, but I tried to listent to every song on this page, and none of them worked. I got invalid code...
Heres some. Half of them don't have titles because I don't bother to name them.
Weed - Weird song
made in 2005
--3-3---3---3---3---3---3---3---9-----9---
------------------------------------------
-c---c---c---c---c-c-c---c---c---c--6-6c--
------------------------------------------
-----a----07a-075a9---075a-----9------9-a-
------------------------------------------
---
Untitled - um...
Made in 2004
----3---3---3---70---0---881---1---1-6-3--
-3---3---51---1---8881---1---1---1---1---1
-0---0---0---0---0--4b0-4c--9---9---9---0-
--0---0---b9-4c9-4c---9---9---9---9---9---
9----5a-aaa-aaa-aaa2-0-4-0---9--8a--7a--5a
-aaa-aaa----2-0-4-0-9--a-aaa7aaa1aaa5aaa05
75a
Untitled - Super funerific...
Made in 2005
-2---2--81---1---2---2--80---0---2---2--80
---0---0--80---0---0---0--82---80---0-8887
--b-bbb-bc1---1---b-bbb-bc1---1---b-bbb-bc
1---1---1---1---1---1---1---b-bbb1---1--6-
-b---------1---2-1-0---1---1---4-1-0---1-2
-1---4-2-2-4-7-6-756-8-------7-6-75657-6-9
---
Lucky 7 - Catchy and short
made in 2005
--2---2---2---2---2---2---2---2--89-------
------------------------------------------
-7-7-7-7-7-7-767-767-767-767-7-c-76b------
------------------------------------------
---9aaa-aaa-aaa-a7a-a6a-a1a-a---a---------
------------------------------------------
---
Coca Cola - no Cola, but has a crappy attempt at a drum solo
made 5 minutes ago
91--80--80---0-6-0000---3---3--8780480---0
---0---0--89--888847577214289-------------
--9---9---9---9---9a9a---a---a--6-c---9---
9---9---9--6b--66-----6576ccc-------------
--75-595-57-6-7a5a-5-5----5-575-59-a---7-6
-5-575-575-56---99-----99a275a------------
---
All these songs were made Volcano Boy
Man....juicy fruit gum loses its taste to fast, kill juicy fruit!
Reel Big Fish - The Fire
That animation made no sense, but made sense at the same time.
Wow, something that was funny and entertaining and made a good point, scottish people rule!
Make the blur longer, and slower, then let the dream slowly blur on screen.
the effect you had in was to fast, like he just twitched really fast.
raise the framerate to 18. It may not be the best solution, but its better then nothing.
we all must work together to kill these noobies!
I hate that, I don't want the database to get full...and crappy flashes are annoying, especially when they're sent in again and again and again....
I hate people that do that crap like that, those people have no lives.
Very informational, I learned the psi-ball!
I must learn to protect myself from phsycic vampires!(even though i've never saw one)
You got it confused, HE GAY! Stay away!!
Don't get to close to him and act all attracted or ELSE!! Its like a Punk-ass Mikal Jackson.
and: i dont give a fuck if i spelled michial jackson wrong, but STAY AWAY.
I'm sorta confused why the fuck some1 blew the whistle on this flash.
It wasn't that good, to tell the truth. It will probably get blammed to, but don't give up.
Just keep at it...my flash animations sucked ever worse then your friends when I first started out.
First off, Make a faster framerate, it barley looked like they were moving.
Go try some tutorials, theres thousands on newgrounds:
Click the Link: Flash Tutorials
Legendary Frog hasn't done anything wrong, but submit funny flash animations to newgrounds and sell T-shirts on his website. I don't see any of that as a crime or anything. Legendary Frog makes animations to entertain the fans, he can stop anytime he wants. In my opinion, he's just doing us a favor.
i dont really care what sig...people need to quit making a big deal about those kindsa things.
although the stabby! one is kool.
Yep, metal has gone from Led Zepplin to extreme-scream-all-the-time-and-swaer-ever
y-other-word-with-extremely-fast-double-ba
se-drumming stuff.
Reel Big Fish makes me happy :D
I'm joe normal ^^
34 % Nerd, 4% Geek, 21% Dork
Still...I thought I'd get more geek then nerd and dork, I mean i fuckin hate learning!!!!!!!!!!!!!!!! But most subjects just come really easy to me.
Ya man, looks like you could really punk out on that thing man!
Its a nice upgrade from the shoebox and rubberband guitar!
That does make quite a bit of sense.
But I wonder what would happen to you after your just energy, I mean, you probably couldnt take over another body or become living again.
It makes quite a bit of sense, when you die, your energy doesnt die, just your body parts finally fail to keep going.
I can try helping you out, I just need a knife/and or a gun.
I found single player for Halo 2 fun, when you make it 2 player campaign.\
I havn't played the whole thing, but I played a couple of missions with my friend and loved it, maybe you guys don't like the story.
No, u should go for more of a meduim fat, u would get some of the comfert with ur jelly ass, and there wouldn't be insults. You get a little bit of everything, the fat ass flaby fat, and the not being made fun of thing.^_^
Is there anybody that could help out?
At 9/4/05 03:58 PM, T-H wrote:At 9/4/05 03:54 PM, VolcanoBoy wrote: 1) When he lands on the platform, he suddenly goes through the platform for one frame and then pops back up, above the platform.You are probably using the _y-- within an if/else conditional, Instead use a while loop:
onClipEvent......
while(man.hitTest(platformblah......
man._y--
I dont really get what you're talking about...
Do you mean the script should look like this?
onClipEvent (load) {
while(man.hitTest(Platform)
man._y--
But I have no idea what to do with that script or whether to put it on the platform or character.
Oh and, Here is all the script I used for the game:
For the Character movieclip
------------------------------------------
-----------------
onClipEvent (load) {
fall = false;
_name = "circle";
jump = 10;
speed = 6;
jumpheight = 18;
maxfall = -90;
}
onClipEvent (enterFrame) {
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (Key.isDown(Key.UP) && fall == false && jump == undefined) {gotoAndStop(4);
fall = true;
jump = jumpheight;
}
if (jump<>undefined) {
if (jump>maxfall) {
jump--;
}
_y -= jump;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)){
_x+=speed; gotoAndStop(2); dir=0;
}else if (Key.isDown(Key.LEFT)){
_x-=speed; gotoAndStop(3); dir=1;
}else{
if (dir==0){
gotoAndStop(1);
}else{
gotoAndStop(4);
}
}
}
The platform movieclip
------------------------------------------
------------
onClipEvent (load) {
activated = false;
down = false;
}
onClipEvent (enterFrame) {
_root.report.text = Math.round(_root.circle.yMax)+" "+Math.round(yMin);
xmin = getBounds(_root).xMin;
xmax = getBounds(_root).xMax;
ymin = getBounds(_root).yMin;
ymax = getBounds(_root).yMax;
if (_root.circle.xMax>xMin && _root.circle.xMin<xMax && _root.circle.yMax<yMin) {
if (_root.circle.yMax-_root.circle.jump*2>yMi
n) {
_root.circle._y = ymin-_root.circle._height/2;
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
if (Math.round(_root.circle.yMax)>Math.round(
yMin)) {
if (hitTest(_root.circle) && _root.circle.xmax<xmin) {
_root.circle._x -= _root.circle.speed;
}
if (hitTest(_root.circle) && _root.circle.xmin>xmax) {
_root.circle._x += _root.circle.speed;
}
if (hitTest(_root.circle) && _root.circle.ymin>ymax && _root.circle.jump>-1) {
_root.circle.jump = -1*(_root.circle.jump);
}
}
if (activated == true && not hitTest(_root.circle) && _root.circle.jump == undefined) {
_root.circle.jump = 0;
activated = false;
}
if (hitTest(_root.circle) && _root.circle.ymax>ymin && _root.circle.jump<>undefined && _root.circle._y<_y) {
_root.circle._y = ymin-_root.circle._height/2;
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
if (_root.circle.ymax-_root.circle.jump>ymin && _root.circle.xMin<xMax && _root.circle.xMax>xMin && _root.circle.jump<>undefined && _root.circle._y<_y) {
_root.circle._y = ymin-_root.circle._height/2;
_root.circle.jump = undefined;
_root.circle.fall = false;
activated = true;
}
}
Im working on a small game to learn more about AS.
I'm having a couple of problams with the game so far, if anybody could help, I'd appreciate it. And please, dont start complaining about how crappy the character looks when he is standing, it was suppose to be what he looks like while hes jumping, but I just needed a quick stationary position to see if the AS i put in works.
Heres what I need help with:
1) When he lands on the platform, he suddenly goes through the platform for one frame and then pops back up, above the platform.
2) When he jumps, I want to be able ot have air control, but when I try to control him, it plays the walk cycle in mid-air, I'd instead want it to just stay in a certain jumping animation.
3) How would I make it so when you double tap the left key, the character will dive to the left(same thing goes for double taping the right key, except he dives to the right).
Thats basicly it, and if you find any other bugs in the walking movement please tell me...and possibly tell me how I could fix it.
Heres the flash file: Game BETA
I suggest going into a little bit more detail..
Make it look like hes more underwater, add a school of fish fly across the screen and stuff, add a bunch of different types of plants and stuff. Maybe looking at real underwater pictures would help you get a good idea of how to make a good underwater level.
Cool, it was pretty cool running around underwater like that, looks like a pretty nice idea.
The walk cycle could use some work.
I also have a question for you, how do you make the camra scroll and move along with the character when he moves.
Looks pretty good so far, I suggest you keep going with it, good luck on the game.
What do you mean by "putting" a movie clip, graphic, or button, do you mean copy and pasting? Or creating a graphic or movieclip?
If you already have the symbol made, go to windows/library and use your library to import it, just drag n drop which symbol you want to put into your movie from your library.

