Fitsch
6 posts
|
Topic: The Godfather /
Deeds
I’m also interested in this topic.
Afaik you can win them in the Lucky Chance game…
|
Fitsch
6 posts
|
Topic: Game Programming /
.stop() doesn`t work
I`m sorry skyboy I searched for these codetag in formating help but doesn`t found.
Thanks for the link. I`m not that good in http formating.
It worked thanks guys.
|
Fitsch
6 posts
|
Topic: Game Programming /
.stop() doesn`t work
OMG….this aspect i haven`t watched yet…
could you tell me how to solve this problem.
i want a mc to stop and after press play move again.but from the current position.
|
Fitsch
6 posts
|
Topic: Game Programming /
.stop() doesn`t work
okay….that was what I expected.
so I set my pongblock motion to 0 an now I dont know how I let my pongblock move again.
I tried to give my speed value to another variable (axspeed) and then when I unpause i give back axspeed to xspeed it wont move.
if(_root.gpause == true)
{
axspeed = xspeed;
ayspeed = yspeed;
xspeed = 0;
yspeed = 0;
}
if (_root.gpause == false)
{
xspeed = axspeed;
yspeed = ayspeed;
}
|
Fitsch
6 posts
|
Topic: Game Programming /
.stop() doesn`t work
I use AS2 in Adobe Flash CS3
-scene 1
---> pongblock
--->leftpaddle
--->rightpaddle
-symboldefinition
--->Pause
---->PauseOn
---->PauseOff
Now in my pongblock mc i wrote this:
onClipEvent(enterFrame)
{
if(_root.gpause == true)
{
_root.pongblock.stop();
}
gpause is defined in a button on scene 1.
if I press the button my button changes look but pongblock doesn`t stop.
any help?
Fitsch
|
Fitsch
6 posts
|
Topic: General Gaming /
The Codex of Alchemical Engineering; you'll waste hours
level 7 won`t work as i tried?
here are my solutions…LVL 1 :-))
LVL1: m,7,8,90,3,crrorr;
LVL2: b,6,9;m,7,6,90,1,wwwujcll11orr;m,4,9,90,1,ucdlorw;m,10,9,90,2,wcwrolw;
LVL3: t,7,11;b,7,7;m,7,9,90,1,wwjcrrwuuoddrr;m,4,11,90,1,cluollldww;m,10,10,90,2,cllorrwwww;m,12,7,180,1,wwjcuuoddwwww;
LVL4: b,4,9;b,9,7;m,1,9,90,3,cdwloruw;m,5,7,90,1,wwwjclu1uoddr;m,7,9,90,3,cddroluu;m,10,3,90,3,wwwwjwwwwcr1ol;m,10,9,90,1,wjwwcllorr;m,10,13,0,2,cdloruww;
LVL5: c,13,9;t,9,9;t,5,9;b,1,7;m,2,3,90,3,cl1orww;m,5,7,90,1,wwwwwwwwwjcruodlw;m,7,9,0,1,wwwwwwjcllorrwww;m,11,9,0,1,wwwjcllorrwww;m,13,11,90,1,crrorrwww;m,1,10,90,2,wwwwwwwwjwcrrorrww;
|