Thursday, August 24th, 2006
i have found a great way to do textfield listeners..
first the code..
——————————————————————————–
stop();
//define an onChanged handler for when text changes in the input text field
f15input_txt.onChanged = function(txt) {
trace(txt._name+” has changed”);
};
//construct the listener object
myListenerObject = new Object();
myListenerObject.onChanged = function(txt) {
trace(txt._name+” changed and has notified myListenerObject”);
if (f15input_txt.text == “47″) {
trace(”47 input”);
f15output_txt.text = “Correct Answer”;
loadMovie(”media/loader.swf”, 3);
}else{
unloadMovieNum(3);
f15output_txt.text = “Input […]
Posted in flash | No Comments »
Wednesday, August 16th, 2006
omg I have a second lot of video tutorials for flash 8 and photoshop for august.
Can you believe it? I cant. So sit back and click on the links below and enjoy.
Flash 8 Video Tutorial
Flash 8 - Problems with Rotating Animations
Creating an animation of an object rotating is very easy to do, […]
Posted in flash | No Comments »
Wednesday, August 9th, 2006
Here are the flash and photoshop tutorials for august
FLASH:
JavaScript Popup Windows
Unfortunately, there’s no way to create a customizable popup window using only Flash.
But the good news is that with a little help from JavaScript, you can create popup windows with no scrollbars,
no toolbars, no menubars, and you can even specify the size […]
Posted in flash | No Comments »