Water by David Bowen
src : creativeapplications.net
src : creativeapplications.net
src : creativeapplications.net
Click the image to open the interactive version (via PennyStocks.la). Click the animation to open the full version (via PennyStocks.la).
Site du distributeur officiel des luminaires de Serge Mouille et de Michel Buffet
Site de Marine Garnier décoratrice d’intérieur
To create truly global variable in Edge animated, define in a symbol (usually inside the Stage.compositionReady event handler, a good place for global stuff) : sym.globalFunction = function(){ // statements } To call this function from another symbol : sym.getComposition().getStage().globalFunction(); Here the variable holds a function, but it could hold a number, string, etc.
I’ve had a very hard time understanding why $wpdb->get_results was always returning an empty array in a query I was working on. Thanks to the codex, turning wordpress to show sql’s errors helped me a lot : $wpdb->show_errors(); more infos about error handling inside WPDB