Forum Topic: cursor disappearing

(303 views • 6 replies)

This topic is 1 page long.

<< < > >>
None

ottermaniac

Reply To Post Reply & Quote

Posted at: 6/13/06 05:31 PM

ottermaniac LIGHT LEVEL 12

Sign-Up: 09/07/03

Posts: 375

can someone fix this for me please?

onClipEvent (load) {
if _root.ammo=0;
gotoAndStop ("noamc");
}

i keep getting errors, i know the code should be something like that :[

"noamc" is the no ammo cursor frame, where the cursor disappears when you have no ammo.

fuck


None

xWELSHxDRAGONx

Reply To Post Reply & Quote

Posted at: 6/13/06 05:33 PM

xWELSHxDRAGONx NEUTRAL LEVEL 07

Sign-Up: 04/13/06

Posts: 505

tut tut

onClipEvent (load) {
if (_root.ammo===0){
gotoAndStop ("noamc");
}
}

also notice the doube = (==) instead of the single = (=) =D


Shouting

TehDude823

Reply To Post Reply & Quote

Posted at: 6/13/06 05:33 PM

TehDude823 EVIL LEVEL 02

Sign-Up: 02/18/06

Posts: 40

I AM A N00BZ!!!!!


None

xWELSHxDRAGONx

Reply To Post Reply & Quote

Posted at: 6/13/06 05:35 PM

xWELSHxDRAGONx NEUTRAL LEVEL 07

Sign-Up: 04/13/06

Posts: 505

At 6/13/06 05:33 PM, xWELSHxDRAGONx wrote: onClipEvent (load) {
if (_root.ammo===0){
gotoAndStop ("noamc");
}
}

opsy, i tyepd tripple = (===) it should be double = (==), but definutly not sinlge = (=)

onClipEvent (load) {
if (_root.ammo==0){
gotoAndStop ("noamc");
}
}

None

ottermaniac

Reply To Post Reply & Quote

Posted at: 6/13/06 05:37 PM

ottermaniac LIGHT LEVEL 12

Sign-Up: 09/07/03

Posts: 375

yeah i noticed, heh :D

i get no errors this time but that a/s has no effect :[
if you have msn give me your adress and i will show you the game.. if you want? :P

fuck


None

Josh-B

Reply To Post Reply & Quote

Posted at: 6/13/06 07:53 PM

Josh-B LIGHT LEVEL 14

Sign-Up: 08/14/05

Posts: 3,725

At 6/13/06 05:33 PM, TehDude823 wrote: I AM A N00BZ!!!!!

Yeah...great.


None

DJStatika

Reply To Post Reply & Quote

Posted at: 6/14/06 08:44 AM

DJStatika NEUTRAL LEVEL 04

Sign-Up: 04/19/05

Posts: 43

are you sure you want "onClipEvent (load) {" and not "onClipEvent (onEnterFrame) {" ...?


All times are Eastern Standard Time (GMT -5) | Current Time: 07:59 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!