00:00
00:00
Newgrounds Background Image Theme

Limaou just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Sly's Dilemma"

For all you that got problems to load the movie, here is 2 tricks.
1. Rightclick in the screen hit Play
2. Rightclick in the screen hit Forward, then hit Rewind
If not either one of thouse works, try update some programs or use a other browser.
I did must use my 2nd one to play the movie. :P
And
Jostein33 Out. :D

i like the voice acting and the animation is cool just update the file whit the loader fixed you can use this code:
/* Declaro la función de precarga "cargando", esta función se ejecutara
todo el tiempo hasta que haya cargado totalmente la pelicula */
function cargando() {
// Declaración de variables
var total, cargados, porcentaje;
// A la variable "total" se le asigna el tamaño de la pelicula en bytes
total = _root.getBytesTotal();
// A la variable "cargados" se le asignan el total de bytes hasta el
//momento descargados de la web
cargados = _root.getBytesLoaded();
//Por medio de una regla de tres obtiene el porcentaje cargado y redondea el valor con la función
//"Math.floor"
porcentaje = Math.floor((cargados*100)/total);
//Asigna al campo de texto porcentaje_txt el porcentaje cargado
porcentaje_txt.text = porcentaje + " %";
//Mueve la barra de carga al frame correspondiente al porcentaje
barra_mc.gotoAndStop(porcentaje);
//Si la cantidad de bytes cargados es igual a la cantidad total de bytes
if (cargados == total) {
//Hacer que se deje de ejeuctar esta función
clearInterval(hiloPrecarga);
//Iniciar la pelicula

}
}

// setInterval nos servira para que la función "cargando" se ejecute cada 1 milisegundo
// Asi, nuestra función revisara constantemente la cantidad de bytes descargados
// y solo iniciara la pelicula hasta que la descarga termine
// la variable "hiloPrecarga" nos servira para saber que esta corriendo nuestra función
// y frenar su ejecución cada milisegundo por medio de "clearInterval"
var hiloPrecarga = setInterval(cargando, 1);

//Evita que inicie la pelicula
stop();

//it goes in the loader frame (not directly on it) the loading bar must be called barra_mc as instance name
//and put in the last frame of the loader a next button whit this other code on it (directly on the symbol)
on(release){
_root.nextFrame();
}

Hey, great work on the parody of "Sly Cooper" series. I like the way that you did on the expressions of main characters. However, I didn't hear you mention the ability of rotating icons with dual joysticks during video game cheats. But, like I said, you did a great representation on this marvelous submission on Newgrounds. Thank you very much for your time, you guys!

ITS SOOOO TRUE!!! All the dialogue with Bentely gets old fast... Now I wanna play the game...

I get this way when it comes to Bently all the time, lol.