Be a Supporter!
Response to: I need some AS Help Posted September 7th, 2006 in Game Development

At 9/7/06 11:03 AM, DonCyrus wrote: Put the code on the movieclip its self.

onClipEvent (load) {
g_speed = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) { //left
this._x += g_speed;
}
if (Key.isDown(37)) { //right
this._x -= g_speed;
}
}

Try this for more help and information.

Okie i will try!

Response to: I need some AS Help Posted September 7th, 2006 in Game Development

Inside*

I need some AS Help Posted September 7th, 2006 in Game Development

Hello,i´m trying to put a code inseide a botton,to do a anti-cheat in a mouse maze.......
but it is giving me some trouble....
when i put it, it does an error:
the instruction must be inside the identification on...
(my flash is in my language,portuguese,so i don´t know if it is the real mensage in english,because the terms can be diferent,but its something like that hehe :P);
original error:
Cena=Cena 13, Camada=Camada 2, Quadro=1: Linha 4: A instrução deve estar dentro do identificador on
onEnterFrame = function () {

and the code now is like that:

onEnterFrame = function () {
Stage.showMenu = false;
Mouse.hide()
if (Key.isDown(2)) {
gotoAndStop(2);
}
};

Thanks Anyway,
Henrique T. M.

Response to: I need some AS Help Posted September 4th, 2006 in Game Development

At 9/4/06 06:43 PM, Togukawa wrote: argh excuse my retardation :(

If you put the code on a a movieclip, you have to use

onClipEvent(enterFrame){
}

instead of onEnterFrame=function(){}

Sorry :(

No...Its a Botton.......U think it can be better if i use a clip movie?
Thanks

Response to: I need some AS Help Posted September 4th, 2006 in Game Development

At 9/4/06 06:41 PM, Togukawa wrote: No semicolon ( ;) behind your last }

)

Yeah it wasn´t with it,i puted as a test and forget to take off.....without it,the error is the same :(.........
But thanks anyway

Response to: I need some AS Help Posted September 4th, 2006 in Game Development

Omg!!!! Now there is Another Error that says:
the instruction must be inside the identification on...
(my flash is in my language,portuguese,so i don´t know if it is the real mensage in english,because the terms can be diferent,but its something like that hehe :P);
original error:
Cena=Cena 13, Camada=Camada 2, Quadro=1: Linha 4: A instrução deve estar dentro do identificador on
onEnterFrame = function () {

and the code now is like that:

onEnterFrame = function () {
Stage.showMenu = false;
Mouse.hide()
if (Key.isDown(2)) {
gotoAndStop(2);
}
};

Thanks Anyway,Again,Hehe.....

Response to: I need some AS Help Posted September 4th, 2006 in Game Development

and thanks again hehe,but,onclipevent only works with movie clips,in my case it´s a botton......anyway the key(2) is the right mouse botton...i don´t know if key(50) works too for it :S.......

Response to: I need some AS Help Posted September 4th, 2006 in Game Development

Thanks for your help but the problem was realy with the fist line,but anyway,thanks to try to help :D

Response to: I need some AS Help Posted September 4th, 2006 in Game Development

Ah...lol......only that?heuheueheuheh
thank you very much...........

I need some AS Help Posted September 4th, 2006 in Game Development

Hi,I´m having trouble with this code:

on EnterFrame = function () {
Stage.showMenu = false;
Mouse.hide()
if (Key.isDown(2)) {
gotoAndStop(2);
}
}

What´s wrong with it?........
Thanks Anyway
Henrique T. M.

Response to: Mause Maze Posted July 27th, 2006 in Game Development

At 7/27/06 08:57 PM, Darkfire_Blaze wrote:
At 7/27/06 08:52 PM, Flashing_Bird wrote: actualy,if u didn´t notice it,probaly because u was too busy teaching me to spell,i´m brazilian so i already speack another language
So what, I'm guatemalan, doesnt mean my english has to suck, now does it.

i know not,but it also doesn´t mean that you can ofend another ones

Response to: Mause Maze Posted July 27th, 2006 in Game Development

actualy,if u didn´t notice it,probaly because u was too busy teaching me to spell,i´m brazilian so i already speack another language

Response to: Mause Maze Posted July 27th, 2006 in Game Development

At 7/27/06 08:41 PM, Scotttheskaterr wrote:
At 7/27/06 08:30 PM, Flashing_Bird wrote: hehe incredible,to help anyone do,but to make one of teacher everyone likes......oh well,if it the most u can do, well gratz!!! u know how to spell mouse....want a cookie?
Your the one asking us for help you fucking moron. Your not wanted here. Nobody likes you.
Your comebacks are lame and nobody understands them.

Haha i pms but with good reason.

no no,u didn´t undestood,im asking normal people help......so u can´t say "us" because your are not include....

Response to: Mause Maze Posted July 27th, 2006 in Game Development

At 7/27/06 08:37 PM, BurgerBlock wrote:
At 7/27/06 08:30 PM, Flashing_Bird wrote: hehe incredible,to help anyone do,but to make one of teacher everyone likes......oh well,if it the most u can do, well gratz!!! u know how to spell mouse....want a cookie?
1. I couldn't understand you
2. I would love a cookie so I could shove it up your ass.

1. yeah,i know u can´t undestand me,u don´t have enough I.Q to do that.....and i´m srry for that
2.well,i´m srry if you are in need of woman...

Response to: Mause Maze Posted July 27th, 2006 in Game Development

hehe incredible,to help anyone do,but to make one of teacher everyone likes......oh well,if it the most u can do, well gratz!!! u know how to spell mouse....want a cookie?

Response to: Mause Maze Posted July 27th, 2006 in Game Development

mause maze is a maze where you control the caracter by you mause,and you can´t touch the walls

Mause Maze Posted July 27th, 2006 in Game Development

Hi,i looked some tutorials andstarted to do my mause maze,so i did the first level,everything going all right,but in the second level i wanted to do a little difficult,putting some parts of the wall with moviment,so i did it in a movie clip and put this movie clip into a botton and but the same code as a normal thing but it didn´t work,the stoped wall stay killing me but not the one with moviment,please,what i have to do????.........
Ps: If you know how to put a music selection in my dress up game it can help too!!!!

Thanks Anyway,
Henrique T. Mergulhão

Music change Posted July 27th, 2006 in Game Development

Hello,how can i do to put a music change option in my dress-up?......like music 1 2 and 3.....?????
Thanks anyway,
Henrique T. M.

Response to: customized mause... Posted July 21st, 2006 in Game Development

lol

Response to: customized mause... Posted July 21st, 2006 in Game Development

okie it worked!!!!!!!!!!!!!!!thanks a lot!!!! i love you!!!!!!

customized mause... Posted July 21st, 2006 in Game Development

Hi,i did one mause maze level,and for it i did a customized mause,but,when the people go to somewhere there isn´t this thing (like the frama where says that the person died,and need to click play again,or something like it),the normal mause didn´t appears(could you undestand?i hope yes),so....what i have to do to apear the normal mause?!..

Response to: Reset botton Posted July 19th, 2006 in Game Development

hummm,okie,thanks

Reset botton Posted July 19th, 2006 in Game Development

how can i do a reset botton in a dress-up?
thanks anyway,
Henrique Teixeira Mergulhão

Response to: How can i change background? Posted July 18th, 2006 in Game Development

lol

Response to: How can i change background? Posted July 18th, 2006 in Game Development

that worked thanks a lot!,if u need something that i can help its only to ask!!!

Response to: How can i change background? Posted July 18th, 2006 in Game Development

Hummm! undestood,okie thanks i´ll put another mensage here if i can do it,thanks :D

Response to: How can i change background? Posted July 18th, 2006 in Game Development

ah lol,hehe ok sorry,i just didn´t know movie clip as mc,i thought it was something else,ok....wel its already a movie clip but........whyat i have to do for who is playing change it.....like:but a botton of next to change the background?......
because,if i put it in other scene,what the person was making will back to normal,so i don´t know what to do.....sry again...and thanks

Response to: How can i change background? Posted July 18th, 2006 in Game Development

At 7/18/06 05:46 PM, phyconinja wrote: make it a MC!!

anhmmm,i´m sorry but,i don´t know what is a "mc"?....what´s that? :P


Hello,how can i do a option to change the background in a dress-up?
Thanks anyway,
Henrique T. Mergulhão

Response to: A song... Posted July 15th, 2006 in Game Development

Well okie i did it alone,and that worths.......................i only get that program opened the music and saved again as wav format 9it was mp3)....so that worth