Kisekae Chat Board
 


re: coding help

by (no login)

 

Do you want the O mouth just while the body is pressed, or to continue for a little while after you are done pressing.

design O cel so it exactly aligns with body. Give it the same object # as body.

initialize()
unmap("O.cel")

fKiss commands
press(#0) map("O.cel")
release(#0) unmap("O.cel")

If you want it to continue for a second or two after you press - the information above the fKiSS commands remains the same:

other fKiss commands
press(#0) map("O.cel") timer(11,0)
release(#0) timer(11,1000)
alarm(11) unmap("O.cel")

O mouth will unmap one second after you are finish pressing the body. You need the timer(11,0) command to clear out the timer if the person looking at the set does multiple fast clicks on the body




Posted on Dec 16, 2003, 6:22 PM
from IP address 68.77.194.232


Respond to this message

Return to Index
Responses

  1. Thnxs, 1 more thing. Molly, Dec 18, 2003, 12:23 AM
    1. in/out or collide/apart. , Dec 18, 2003, 7:35 AM

Create your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement