02-11-2011

on 02 Desember 2011
This is one of my work.. :) comment please!!

:)

on 14 September 2011
Now, i'm having a training at Chevron :)

thanks god for giving me such experiences .

Button Script

on 20 Januari 2011
For Play Button

use this script :

on (release){
play()
}

for Stop Button

use this script :
on(release){
gotoAndStop(1)
}

for Pause Button

use this script :
on(release){
stop()
}

for Replay Button

use this script :
on(release){
gotoAndPlay(1)
}

correct me if i'm wrong, thanks alot.

Button Script