Yes, I did that with my Jump! scenario (after a few seconds when the arrow was added, the monster will be added). I used an instance variable for that, called delay. In act(), I said delay++. I also did this in act:
if (delay == 100) {
....here I did something.....
}