Kisekae Chat Board
--
Re: Another Fkiss 3 question
by
Dov Sherman
(
no login
)
Try it like this...
#10 blue.cel ;%t256 ;; This will start completely invisible
#10 red.cel ;; Notice that the visible one is on the bottom
#1 be_blue.cel ;; Button to become blue
#2 be_red.cel ;; Button to become red
;@EventHandler
;@press("be_blue.cel")
;@ timer(1, 10) ;; Start the fade
;@ timer(2, 9000) ;; Get ready to stop fading in nine seconds
;@alarm(1)
;@ transparent("blue.cel", -16) ;; Becomes slightly less transparent
;@ timer(1, 500) ;; Wait half a second
;@alarm(2)
;@ timer(1, 0) ;; Stop the fade
;@ transparent("blue.cel", -256) ;; Just to make sure
;@press("be_red.cel")
;@ timer(3, 10) ;; Start the fade
;@ timer(4, 9000) ;; Get ready to stop fading in nine seconds
;@alarm(3)
;@ transparent("blue.cel", 16) ;; Becomes slightly more transparent
;@ timer(4, 500) ;; Wait half a second
;@alarm(4)
;@ timer(3, 0) ;; Stop the fade
;@ transparent("blue.cel", 256) ;; Just to make sure
Posted on May 2, 2002, 2:56 AM
from IP address 207.195.139.200
Respond to this message
Return to Index
Create your own forum at Network54
Copyright © 1999-2008
Network54
. All rights reserved.
Terms of Use
Privacy Statement