so i'm trying to do a simple 'drag canvas to area, alert box pops up' like in the Draggables tutorial. however, i want to go to the next card when 'ok' is pressed on the alert box. the code i used was this:
on release do
if rect.overlaps[me target]
if alert["pop up message"]
go["Next"]
end
end
end
which worked exactly how i wanted it to in the .deck file. however, when i saved the deck as .html and tried to play that file, it would not proceed to the next card. if you hit 'ok' you simply closed the alert window. is there something i'm missing?
thanks for the help!
