flicking turfs doesnt work also the icon frames dont work according to delays
Numbered Steps to Reproduce Problem:
just flick the turfs icon.
Code Snippet (if applicable) to Reproduce Problem:
for(var/turf/T in view(src)
flick("f",T)
Expected Results:
flicks through the icons frames.
Actual Results:
doesnt flick just goes straight to the end.
Does the problem occur:
Every time? Or how often?
all the time
In other games?
not sure
In other user accounts?
yeh
On other computers?
not sure
When does the problem NOT occur?
it always occurs
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds:
just use icon_states so lops through icon frmes than change icon state to normal state.