View Mode: Normal | Article List

Birthday cake

[ 2006-09-26 20:21:06 | Author: liuhuan ]
For Mrs Zhang

uploads/200609/29_201921_img_0926.jpg

Dirty

[ 2006-09-26 20:20:35 | Author: liuhuan ]
uploads/200609/29_201816_img_0906.jpg

Light

[ 2006-09-23 20:18:56 | Author: liuhuan ]
uploads/200609/29_201637_img_0895.jpg
If setInterval in flash as :
Quote
this.btn.onPress = function() {
  var LoadingProcessInterval2 = setInterval(_root, "loadingprocess", 1);
};
Then we can't clear this interval using such as:
Quote
function loadingprocess() {
  clearInterval(LoadingProcessInterval2);
}
The only way to clear it is to set the Interval as global , like :
Quote
this.btn.onPress = function() {
...

Read More...

Loading ring in flash

[ 2006-09-20 08:43:25 | Author: liuhuan ]
Paste these codes in the first frame .
Source files : Click Here To Download
Quote
function drawRing(target_mc, instance, r1, r2, rgb, doHide) {
  var TO_RADIANS = 0.017453;
  target_mc[instance] == undefined ? (target_mc.createEmptyMovieClip(instance, target_mc.getNextHighestDepth())) : (target_mc[instance].clear());
  with (target_mc[instance]) {
...

Read More...

Bikini Bar Logo demo

[ 2006-09-15 10:41:34 | Author: liuhuan ]
uploads/200610/05_103930_logo.gif

Demo

[ 2006-09-15 10:38:27 | Author: liuhuan ]
uploads/200610/05_103539_index.jpg