Quest - This Message Will Self-destruct!

K.V.
msg ("<span id='message1'>This message will self destruct!</span>")
SetTimeout (4) {
  JS.eval ("$('#message1').toggle('explode');")
  RemoveObject (message)
}

msg_self_destruct 1


That's some fancy JS combo animation going on there!


K.V.

Quest has this built in: http://api.jqueryui.com/

http://api.jqueryui.com/explode-effect/
http://api.jqueryui.com/category/effects/


Yowzer. You JS.exploded my mind.

I just assumed that explode was your custom function, but it's an actual effect! What if you made it 100 exploded pieces? (I like to go overboard)


Label: JavaScript Look at eval evaluate delete RemoveObject Explode Message

(Just helping)


K.V.
JS.eval ("$('#message1').toggle('explode', {pieces: 121});")

That makes it explode into 121 pieces. You can choose whatever number, but, if it's not a perfect square, it rounds it up (I think; maybe down).

NOTE: Too many pieces ruins the effect.


This topic is now closed. Topics are closed after 60 days of inactivity.

Support

Forums