The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 ViewsI'd join your team. Hope you need scripters :D
At 11/23/04 04:36 AM, Inglor wrote: your question was not answered since we got sick of answering the same stupid question 100s of times before, but i'll make an exception and answer your n00bish question...\
you make a new symbol of a button sort, you bring up it's actions panel and add this:
on(release){
gotoAndStop(framenumber);
}
to the button's actions
that is all;
You're stupid aren't you? I'm not a n00b. Nut than again you are. Answer this one EVEN THOUGH I POSTED IT ON THE LAST PAGE-186!
How can I make borders in a isometric game i'm trying to make? The adress is:
http://www.freewebs.com/lucky_design/iso_problem.html
there's a girl which is a movieclip with a name - girl
a dynamic text field which shows the hit test workes by saying yes and no named -txt there is a pond which activates the text to say yes (the pond's instance name is pond) AND now my borders are like this: 2 rotated sticks which if the girl touches they activate the hit test(it dowsn't work so good and that's why i want to know is there another way so when she reaches the exact border of the room the text says no. The sticks name is "fence"
the girl MC's actionscript is:
onClipEvent (load) {
speed=3;
}
onClipEvent (enterFrame) {
if (key.isDown(key.RIGHT)) {
_x+=speed;
} else if (key.isDown(key.LEFT)) {
_x-=speed;
}
if (key.isDown(key.UP)) {
_y-=speed;
} else if (key.isDown(key.DOWN)) {
_y+=speed;
}
}
onClipEvent (enterFrame){
if (this.hitTest(_root.pond)){
trace ("you reached the pond");
this._xscale = 125;
this._yscale = 125;
_root.txt.text = "yes!";
}
}
onClipEvent (enterFrame){
if (this.hitTest(_root.fence)){
this._x = 100;
this._y = 100;
_root.txt.text = "No!";
}
}
onClipEvent (enterFrame){
if (this.hitTest(_root.fence2)){
this._x = 100;
this._y = 100;
_root.txt.text = "No!";
}
}
If you can please help.
Correct the last sentence to If you're not a n00b please help. Thank you :D
I juess no one can answer my qestion. You guys aren't such good actionscripters after all. I'm going to try at utrashock
you can msn me at lucky_design2004@hotmail.com
Maybe his 30 days are up and he can't use Flash anymore :D
Let's not forget if you want to have some cool font which most pcs don't have press ctrl-b to break down the text so that everyone can see the font :D
'Twas the night before Christmas and Santa's a wreck...
How to live in a world that's politically correct?
His workers no longer would answer to "Elves".
"Vertically Challenged" they were calling themselves.
And labor conditions at the North Pole
Were alleged by the union to sti
fle the soul.
Four reindeer had vanished, without much propriety,
Released to the wilds by the Humane Society.
And equal employment had made it quite clear
That Santa had better not use just reindeer.
So Dancer and Donner, Comet and Cupid,
Were replaced with 4 pigs, and you know that looked stupid!
The runners had been removed from his sleigh;
The ruts were termed dangerous by the E.P.A.
And people had started to call for the cops
When they heard sled noises coming from their roof-tops.
Second-hand smoke from his pipe had his workers quite frightened.
His fur trimmed red suit was called "Unenlightened."
And to show you the strangeness of life's ebbs and flows,
Rudolf was suing over unauthorized use of his nose
And had gone on Geraldo, in front of the nation,
Demanding millions in over-due compensation.
So, half of the reindeer were gone; and his wife,
Who suddenly said she had enough of this life,
Joined a self-help group, packed, and left in a whiz,
Demanding from now on her title was Ms.
And as for the gifts, why, he'd ne'er had a notion
That making a choice could cause so much commotion.
Nothing of leather, nothing of fur,
Which meant nothing for him. And nothing for her.
Nothing that might be construed to pollute.
Nothing to aim. Nothing to shoot.
Nothing that clamored or made lots of noise.
Nothing for just girls. Or just for the boys.
Nothing that claimed to be gender specific.
Nothing that's warlike or non-pacific.
No candy or sweets...they were bad for the tooth.
Nothing that seemed to embellish a truth.
And fairy tales, while not yet forbidden,
Were like Ken and Barbie, better off hidden.
For they raised the hackles of those psychological
Who claimed the only good gift was one ecological.
No baseball, no football...someone could get hurt;
Besides, playing sports exposed kids to dirt.
Dolls were said to be sexist, and should be passe;
And Nintendo would rot your entire brain away.
So Santa just stood there, disheveled, perplexed;
He just could not figure out what to do next.
He tried to be merry, tried to be gay,
But you've got to be careful with that word today.
His sack was quite empty, limp to the ground;
Nothing fully acceptable was to be found.
Something special was needed, a gift that he might
Give to all without angering the left or the right.
A gift that would satisfy, with no indecision,
Each group of people, from every religion;
Every ethnicity, every hue,
Everyone, everywhere...even you.
So here is that gift, it's price beyond worth...
"May you and your loved ones enjoy peace on earth."
you should add some tracing to that Poser created dude. He'll look better
At 11/22/04 06:31 AM, spuddybuddy wrote:
The width will always be 500, if you wanted a page that resized itself to the size of the page you can use "80%".
I am familiar with tables a bit but what will that 80% do again meaning will the page appear the exact same size no matter what's the rezolution? and where in the table code do i need to put it?
Hey Alkador incase you haven't seen in the private forums
HAPPY BIRTHDAY! once again here's my birthday present to you- the finnuest picture I've ever seen:
http://www.freewebs.com/lucky_design/2815.jpg
Enjoy
How can cool sites manage to keep their web-page size the same no mather if you're using 1024x768 or 800x600? Ofcource I mead how does the web-pages made comepletely in flash keep their size? Is there like a resize php script that changes the swf size depending on the user's resolution settings?
What are the private forums you guys keep talking about? Do you meen the one on CHEESEGOD's link
http://www.myfreebulletinboard.com/f/index.php?mforum=rpgclub ?
What's the difference between this RPG forum and the private formums? Oh and CHEESEGOD am I a member yet?
At 11/21/04 06:50 AM, Phoenixdude wrote: can someone tell me how to make it.. like if u press left.. he goes left in that movie clip.. and walks like that to the right... and when u press those buttons he f.ex jumps.. and can u get the bckground to move while walking?
Are you going to make SuperMario?
Sorry for making a triple post but some guy really pissed me off! Remember when I told you guys about how I was going to help someone do a Zelda game. Well he sended me the file from which i could start (fla) and it was just filled with spites and how I have to give credit to 5 people. Hey I could have just gone to a spite web-site and gotten those spites. besides he just gave me some spites for 1 level and said you can make your own background >:-( I'm going to make him a game for free and he wants me to make my own background doesn't give me almost any spites wants the credit to himself... I'm not going to put up with that! I might as well download more spites and make the game withouth giving any credit >: D Do you have any suggestions on what I should do?
Hey! Pest more stuff you guys! I think this clob's dissapearing because of lack of posts. It's already on page 2(or was). But let's not talk about Fian fantasy cause this isn't the final fantasy club(can't believe there IS such a club). I found some type of RPG maker called exploration's RPG system(I think) but it sucks so I want to ask you guys besides Flash is there another cool (and preferbly easy to use) software made to make RPG games?
Joe Cartoon! The best cartoons on the internet!
Yep. It was FF7 so FF7 - 8/10. This post doesn't count to my 5 posts
I supose My question will be hard because I'm using Isometric objects but...
How can I make borders in a isometric game i'm trying to make? The adress is:
http://www.freewebs.com/lucky_design/iso_problem.html
there's a girl which is a movieclip with a name - girl
a dynamic text field which shows the hit test workes by saying yes and no named -txt there is a pond which activates the text to say yes (the pond's instance name is pond) AND now my borders are like this: 2 rotated sticks which if the girl touches they activate the hit test(it dowsn't work so good and that's why i want to know is there another way so when she reaches the exact border of the room the text says no. The sticks name is "fence"
the girl MC's actionscript is:
onClipEvent (load) {
speed=3;
}
onClipEvent (enterFrame) {
if (key.isDown(key.RIGHT)) {
_x+=speed;
} else if (key.isDown(key.LEFT)) {
_x-=speed;
}
if (key.isDown(key.UP)) {
_y-=speed;
} else if (key.isDown(key.DOWN)) {
_y+=speed;
}
}
onClipEvent (enterFrame){
if (this.hitTest(_root.pond)){
trace ("you reached the pond");
this._xscale = 125;
this._yscale = 125;
_root.txt.text = "yes!";
}
}
onClipEvent (enterFrame){
if (this.hitTest(_root.fence)){
this._x = 100;
this._y = 100;
_root.txt.text = "No!";
}
}
onClipEvent (enterFrame){
if (this.hitTest(_root.fence2)){
this._x = 100;
this._y = 100;
_root.txt.text = "No!";
}
}
If you can please help.
You guys post some really big replys.
I've played Final Fantasy 6 on my Playstation a long time ago. I wish I had a playstation now
:'( . Anyway I'm not sure it was number 6 but it started with a train coming into the station. This was one of the few games on which i haven't cheated. For one because It's long and Intresting. I never did manage to finish the game. But I never got bored of it. I'd give it a 8/10.
At 11/21/04 07:05 AM, TheDunnster wrote: i meant a tutorial sorry!
I've added you to my contact list. Do you want a dress-up tutorial?
At 11/21/04 05:12 AM, IWantSomeCookies wrote: SketchUP is amazing, thats what I use - but its on a trial so its a bummer, unless you wana pay, but its not worth paying for I don't think (unless your amazing)
Can it export swf files?
At 11/21/04 05:28 AM, Alkador wrote:At 10/20/03 04:49 AM, Alkador wrote: I'm an RPG fan and would LOVE to join the RPG fan Club...How do I join?Oh my god, I hate spammers like and go away! We don't need bloody people like you! No, you may not join!!!
Hey didn't my request to join sound sort of the same? Anyway I saw some guy in the forums wanting to make a game like Zelda. I've proposed to help him. The Idea does sound sort of nice. Oh and 2 posts to go :D
May I join? I also have school (but I don't study) and I know AS. My e-mail is ed_design2000@yahoo.com.au and my msn is Lucky_design2004@hotmail.com. I can also give my ICQ and Yahoo if you want
Grrr... Don't use Movie Maker! I never use it mainly cause the exported file is crappy. I use Camtasia Studio 2 cause it records your screen, it doesn't split up the video(unless you want it to). It can export to Flash, It can make hot-spots, it can make Autoplaying disks(I don't know why)... Lots of stuff so leave that pieace of c... Movie maker
It doesn't need 3d to be good. But if you want it to be 3d the cheapest way is Swift 3D which is about 170$ and 3dMax is about 4500$ so swift is definetly cheap. And it's a great tool designed just for making 3d in Flash
Cool. I saw what you're aiming to do. No offence but that looks kind of boring. I'd make it so when you go on a map and you suddenly see an enemy you can choose to fight him or run away. It shouldn't be like kill him - return to base! That's not fun. I've go a game called Ahriman's Prophecy on my pc and it's way cool. Woth levels and lots of items... You can get it from download.com Don't e-mail me on that adress anymore
E-mail me at:
ed_design2000@yahoo.com.au
or ICQ at: 196-664-129
or yahoo MESSENGER at:
luckydesign2004@yahoo.com
OR
MSN at:
lucky_design2004@hotmail.com
Hey I want to ask what's the best way to import Poser models in Flash. I'm trying to export them as Images and then tracing them but after tracing the colors mix up and you can't see anything from the image. Can you tell me what's the mest setting for tracing?
I use
Color threshold: 40
Minimum Area: 60
Curve fit: Very Smooth
Corner threshold: Few Corners
What's the best setting?
Hey I want to ask what's the best way to import Poser models in Flash. I'm trying to export them as Images and then tracing them but after tracing the colors mix up and you can't see anything from the image. Can you tell me what's the mest setting for tracing?
I use
Color threshold: 40
Minimum Area: 60
Curve fit: Very Smooth
Corner threshold: Few Corners
What's the best setting?