USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 6/13/06 05:31 PM
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
Posted at: 6/13/06 05:33 PM
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
Sign-Up: 02/18/06
Posts: 40
I AM A N00BZ!!!!!
Posted at: 6/13/06 05:35 PM
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"); } }
Posted at: 6/13/06 05:37 PM
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
Posted at: 6/13/06 07:53 PM
Sign-Up: 08/14/05
Posts: 3,725
At 6/13/06 05:33 PM, TehDude823 wrote: I AM A N00BZ!!!!!
Yeah...great.
DeviantArt, Camp North
Posted at: 6/14/06 08:44 AM
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