In Construct 2, global variables are handled differently. Instead of global('globvarname'), you call a global variable just as globvarname in your expressions.
With "Set x Milliseconds", you'd just convert the milliseconds into seconds, so divide your millisecond events by 1000 and it should do fine. The seconds measurement in Construct 2 feels much more intuitive and useful to me for most timing personally.