Lol, Fuck? n00b problem!
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
This script...
onClipEvent (enterFrame) {
if (_root.health<1) {
stopAllSounds();
_root.gotoAndStop("Game Over", 1);
this._visible = false;
}
}
I cant see the error but teh gotoAndStop Action won't work, the rest does, Asvergen couldn't see the error either, anyone does?
- BENDER-THE-OFFENDER
-
BENDER-THE-OFFENDER
- Member since: Mar. 27, 2004
- Offline.
-
- Forum Stats
- Member
- Level 04
- Blank Slate
im not really fond with AC but try goto and play try that if that don't work i don't know
- Daleious
-
Daleious
- Member since: Aug. 12, 2003
- Offline.
-
- Forum Stats
- Member
- Level 05
- Blank Slate
n00b problem? hell i cant even use actionscipt
- Norwegian-Blue
-
Norwegian-Blue
- Member since: May. 23, 2003
- Offline.
-
- Forum Stats
- Member
- Level 14
- Blank Slate
hmmm...i dunno but this might work......
label the frame you want it to go to "Game Over" and make it gotoAndStop("Game Over");
might work
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
At 3/28/04 06:56 AM, Norwegian_Blue wrote: hmmm...i dunno but this might work......
label the frame you want it to go to "Game Over" and make it gotoAndStop("Game Over");
might work
Lol, It even worked. Thanx A lot! In about 15 minutes im making a topic about the game im working on (the first level is complete now, im putting it on my site and letting j00 people review it for what I have)
- BurstStudio
-
BurstStudio
- Member since: Dec. 27, 2002
- Offline.
-
- Forum Stats
- Member
- Level 12
- Programmer
_root.gotoAndStop("Game Over", 1);
For some reason, gotos called from movieclips on to different scenes do not work. Hell, even doing a with or a tellTarget won't work. The only way that I found to do this is via a function. Set the function in the main timeline:
function endGame(){
gotoAndStop("Game Over", 1);
}
And then call it from the MC:
_root.endGame();
- BurstStudio
-
BurstStudio
- Member since: Dec. 27, 2002
- Offline.
-
- Forum Stats
- Member
- Level 12
- Programmer
Ohh. I didn't know that you could goto frame labels in other scenes...
- Norwegian-Blue
-
Norwegian-Blue
- Member since: May. 23, 2003
- Offline.
-
- Forum Stats
- Member
- Level 14
- Blank Slate
yay...im better than the evilLudy and the burstFilmsDotCom
=P
- BurstStudio
-
BurstStudio
- Member since: Dec. 27, 2002
- Offline.
-
- Forum Stats
- Member
- Level 12
- Programmer
At 3/28/04 07:13 AM, Norwegian_Blue wrote: yay...im better than the evilLudy and the burstFilmsDotCom
=P
Doesn't necessarily mean you're better. =P Oh well, at least I got a "the".
- Amish
-
Amish
- Member since: Mar. 13, 2003
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
At 3/28/04 07:28 AM, BurstFilmsDotCom wrote:At 3/28/04 07:13 AM, Norwegian_Blue wrote: yay...im better than the evilLudy and the burstFilmsDotComDoesn't necessarily mean you're better. =P Oh well, at least I got a "the".
=P
Lol. WtF. Anyways Evilludy was that duplicating script that I help you on, part of this. game.
Also have u uploaded it somewhere can we see.
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
At 3/28/04 08:05 AM, Amish wrote:At 3/28/04 07:28 AM, BurstFilmsDotCom wrote:Lol. WtF. Anyways Evilludy was that duplicating script that I help you on, part of this. game.At 3/28/04 07:13 AM, Norwegian_Blue wrote: yay...im better than the evilLudy and the burstFilmsDotComDoesn't necessarily mean you're better. =P Oh well, at least I got a "the".
=P
Also have u uploaded it somewhere can we see.
Yeah the Duplicating was for the enemies
I got a post on the general board for people that want to review it, you can see the game here:
http://vert.2webh.com/site_sys/serveradd/space.htm
Some fucking moron already told me it was stolen from flashkit... witch it obviously wasn't
- Amish
-
Amish
- Member since: Mar. 13, 2003
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
Some fucking moron already told me it was stolen from flashkit... witch it obviously wasn't
Fukign twat
- Liquid
-
Liquid
- Member since: Feb. 25, 2004
- Offline.
-
- Forum Stats
- Member
- Level 12
- Blank Slate
Well thank you you just solved all my problems by saying that I have to use the frame label :D Now I can finally continue with my game. *celebrates*
- Amish
-
Amish
- Member since: Mar. 13, 2003
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
Hey anyways Its a nice game how do u change gu. Coz u forgot to put the instructions up.
- DrTipsy
-
DrTipsy
- Member since: Mar. 27, 2004
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
IS THERE ANY WAY TO SAVE ON THE EXTENSIVE FLASH GAMES?
- StarCleaver
-
StarCleaver
- Member since: Jan. 3, 2003
- Offline.
-
- Forum Stats
- Member
- Level 29
- Blank Slate
Look in the script index in the actions panel. Look for gotoAndStop(Movie Clip) and gotoAndPlay(Movie Clip). Note that there is no scene parameter. That's why it doesn't work.
I could surely die
If I only had some pie
Club-a-Club Club, son
- Amish
-
Amish
- Member since: Mar. 13, 2003
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
What the fuck are you taling about. And dont SHOUT
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
At 3/28/04 09:16 AM, Amish wrote: Hey anyways Its a nice game how do u change gu. Coz u forgot to put the instructions up.
The instructions are on the other topic
Shooting is space, Special weapons can be used by Z,X,C and V
- Amish
-
Amish
- Member since: Mar. 13, 2003
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
Also i found a way to get really far. Just hold back. It goes matrixy. Lol . No it just slowsdown so u can shoot every enemy on the screen.
- Cyberdevil
-
Cyberdevil
- Member since: Jan. 17, 2004
- Offline.
-
- Send Private Message
- Browse All Posts (22,509)
- Block
-
- Forum Stats
- Supporter
- Level 50
- Writer
"n00b problems",im not a n00b,but i still dont know anything bout this...
- Daedalus
-
Daedalus
- Member since: Nov. 16, 2003
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
i am king of the portal, i make the best games
- Asvegren
-
Asvegren
- Member since: Apr. 1, 2002
- Offline.
-
- Forum Stats
- Member
- Level 36
- Game Developer
At 3/28/04 06:18 AM, EviLudy wrote: Asvergen couldn't see the error
Hey, I never looked at it... And it's spelled Asvegren.
=D
- Cyberdevil
-
Cyberdevil
- Member since: Jan. 17, 2004
- Offline.
-
- Send Private Message
- Browse All Posts (22,509)
- Block
-
- Forum Stats
- Supporter
- Level 50
- Writer
At 3/28/04 11:00 AM, Asvegren wrote:At 3/28/04 06:18 AM, EviLudy wrote: Asvergen couldn't see the errorHey, I never looked at it... And it's spelled Asvegren.
=D
Sweden kicksass!!!
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
At 3/28/04 11:00 AM, Asvegren wrote:At 3/28/04 06:18 AM, EviLudy wrote: Asvergen couldn't see the errorHey, I never looked at it... And it's spelled Asvegren.
=D
looks like I mistaked you with sum1 else, srry
- Edvin
-
Edvin
- Member since: Feb. 3, 2004
- Offline.
-
- Forum Stats
- Member
- Level 12
- Blank Slate
yeah, SWEDEN KICKASS !!!!!!! I'm swedish !!!!!!!!
But who cares I gotta a problem with ActionScipt :
How to make a door that needs a code to open ???
thanx !!!
- Cyberdevil
-
Cyberdevil
- Member since: Jan. 17, 2004
- Offline.
-
- Send Private Message
- Browse All Posts (22,509)
- Block
-
- Forum Stats
- Supporter
- Level 50
- Writer
At 3/30/04 01:19 AM, Edvin1412 wrote: yeah, SWEDEN KICKASS !!!!!!! I'm swedish !!!!!!!!
SWEDEN KICKSASS
- Bruute
-
Bruute
- Member since: Sep. 1, 2002
- Offline.
-
- Forum Stats
- Member
- Level 15
- Gamer
Hey Eviludy, dont know if this has happened to everyone or not but whenever I would hit the x button, it would exit the game and go back to the ship screen??
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
- EviLudy
-
EviLudy
- Member since: Aug. 17, 2002
- Offline.
-
- Forum Stats
- Member
- Level 39
- Blank Slate
At 3/30/04 10:31 AM, Shatter_star wrote: Hey Eviludy, dont know if this has happened to everyone or not but whenever I would hit the x button, it would exit the game and go back to the ship screen??
Okay, I found the Mistake/Bug and I took care of it, it works now.
- Jaykool187
-
Jaykool187
- Member since: Sep. 4, 2003
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
are u sure the problem is with the gotoAndStop function?
is that what the output window says if not try changing this:
if (_root.health == 0)
or
this.visible = false; can be changed to this:
_visible = 0;

