The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsIt's how I pictured heaven.
[URL=http://imageshack.us][IMG]http://img2
12.images../6573/pancakewr0.jpg[/IMG][/URL
]
At 9/16/06 06:17 PM, xxelitegazxx wrote: 8| i alreddy gave a link- http://media.putfile.com/dt-97
Your character designs look similiar to those of Bonus Stage. Try something original.
Why does it look like this :
And these threads :
I'm not saying your stealing anything, because I don't know if those files are public or given to you. I'm wondering if Jay-B stopped making the game.
I suppose the character design isn't part of the unique style.
:P
Still good though. :)
It sounds like you turned something into a movieclip and then shrunk it. If you try to paste the contents of the MC into the main stage it will paste as its original size.
A walk cycle.
The guy's hand is in his pocket. I didn't really draw it out to well so it's all scribbly. :P
Are you using a screen capture program like CamStudio?
Wow, how are you recording that? The video is so smooth.
Game looks great. I already signed up. Hope it turns out well.
http://denvish.net/u..47199_SpeedShort.php
It's really short. :(
http://denvish.net/u..1155319837_Speed.php
It's like Speed 2 except on a bus instead of a boat.
Design the website to upload its content from an external file, and the guy can edit that.
if (_root.man.hitTest(_x, _y, true) && key.isDown(Key.CONTROL)) {
_root.text.gotoAndPlay(2);
}else{
_root.text.gotoAndPlay(1);
}
You should really look this up on your own.
You wrote :
_root["text"+i].gotoAndStop(2);
When "i" is labeled and your text instance is just "text" not "text0" or "texti".
Just write :
_root.text.gotoAndStop(2);
Where the other code was.
Try not to name MC's "text"
At 8/3/06 01:29 PM, badeggman wrote: I might be able to help. I can do backgrounds and character design.
That's great! Although I will have to see some examples of what you can do first. PM me your MSN or AIM.
At 8/2/06 08:07 PM, CoyJester wrote: The engine is nice (with one entity on the screen atleast). Did you code it from scratch or get most of it from a tut? If a tut, which one?
I hate to say it, yes I did use a tutorial. A very detailed terrain based platformer tutorial created by _Paranoia_.
Don't get me wrong, I've created my own platformer engines, turning out very poorly. This tutorial uses some very interesting techniques, and I found it would work perfectly for my game. I will try to advance on the script, and add more than just one entity.
At 8/2/06 07:59 PM, chubbthehippo wrote: ill help if u'll co author :D
I'm not very enthusiastic about co-authors, unless they contribute more than myself to the project. If you can do that, you'll have to prove it first. I'm sure anyone helping the project will recieve their share of any profit. They will definately be credited.
I am designing a new flash adventure RPG with original storyline and graphics. I am currently looking for artists and programmers who may be interested in joining my team. Just me ATM.
I've designed a small amount of the game in order to get an idea of its style and gameplay.
It is played as a platformer similar to Murloc RPG. I have an interesting idea for the battle system, trading, and other features. The game takes place in a medieval world with castles and monsters. I plan on the game consisting of cut scenes which I will animate.
Here is a sample of gameplay. This allows you to see the style of the game along with the
programming. A lot of the game is still under constuction, and I plan on redesigning the
hero. Press Left and Right to walk, Up to jump, and Down to walk down the stairs and pass by them.
Gameplay
I'm not sure if I will include stairs in a village like that and I am aware that on low quality the stairs don't work very well.
Here is another scene I have almost completed. It is the map used for travel during the
game. At some point the hero will have to travel to other cities and islands. Press Left and Right to navigate.
If you feel you want to be a part of this team, and you are able to assist with the
programming, art, animation, or music then please reply with your MSN address or PM me.
Thanks.
I think only two posts there used proper grammar :P
Storyboarding. It's like doing half the work.
I have a genius mousepen..it has the same problem in flash. Also, the round blots are when you are sketching fast, lifting and pressing down repeadedly.
onClipEvent(enterFrame){
if(this.hitTest(_root.spike1)){
life--;
_root.gotoAndStop(2);
}
}
What is happening on frame 2?
I'm not sure where you are using this code, but I tried it and it worked.
Make sure you have labeled your instances and the code below is also present on frame 2, as you put "_root.gotoAndStop(2);" before any more code can be executed. Or.. you can put the code below in between "life--;" and "_root.gotoAndStop(2);"
onClipEvent(enterFrame){
if(life==3){
_root.health.gotoAndStop(1);
}
if(life==2){
_root.health.gotoAndStop(2);
}
if(life==1){
_root.health.gotoAndStop(3);
}
if(life==0){
_root.health.gotoAndStop(4);
}
if(life<0){
_root.health.gotoAndStop(5);
}
}
Does this help at all?
The big ones are used for arm strokes as opposed to small wrist movement.
i quick scribble for some lil' gangster.. inspired by some tv show so it's not very original.. :P
The graphire4 uses bluetooth technology doesn't it? You can buy a graphire3 6",8" for the same price as a graphire4 4",5". I'd reccomend a larger tablet for detailing, but a smaller one for animating and drawing in Flash. It really depends on what you are using it for.
...but I like the big ones.