-
FistsMalloy favorited 6 months ago
Barry Davis Double-Leg Takedowns, Part 1
2-time Olympic wrestler Barry Davis demonstrates double-leg takedown techniques. Part 1 of 2.
-
FistsMalloy liked 9 months ago
Baby Going Crazy
Baby Laughing
-
FistsMalloy liked 9 months ago
DX Theme Song
theme song
-
Kimbo Slice gets knocked out by one punch
kimbo slice gets knocked out by one punch!!
-
Flash 8 Simple Login System ( 2 / 2 )
Simple login system in flash second part lol xD
5,006 views
FistsMalloy said:
try this
stop();
if(username == "name"){
if(password2 == "password"){
outcome = "Access Granted";
}
}else{
outcome = "Access Denied";
}
Flash 8 Simple Login System ( 2 / 2 )
Simple login system in flash second part lol xD
5,006 views
FistsMalloy said:
your getting a blank because of a problem with the logic...the else is applied only to the password so if you input an incorrect username the variable "outcome" has no value. if you put a correct username in and an incorrect password you will probably get an access denied and correct details. wh...
+ View allshow less