Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #206 - Migration issues if published by Flash IDE #76

Merged
merged 1 commit into from
Sep 16, 2012

Conversation

IQAndreas
Copy link
Member

Using the following function names results in Migration Issue warning
from Flash Professional:
onKeyUp, onKeyPress, onKeyDown, onMouseDown, onMouseUp, onMouseMove
AdamAtomic#206

Replaced all occurances of those names with:
handleKeyUp, handleKeyPress, etc.
(I hope I got them all!)

Using the following function names results in Migration Issue warning
from Flash Professional:
onKeyUp, onKeyPress, onKeyDown, onMouseDown, onMouseUp, onMouseMove
AdamAtomic#206

Replaced all occurances of those names with:
handleKeyUp, handleKeyPress, etc.
(I hope I got them all!)
@moly
Copy link
Member

moly commented Sep 15, 2012

I've tested this in Flash CS5 and can confirm all migration warnings are now gone.

@Dovyski
Copy link
Member

Dovyski commented Sep 15, 2012

Sounds good to me, we can close and merge this one.

IQAndreas added a commit that referenced this pull request Sep 16, 2012
Fix issue #206 - Migration issues if published by Flash IDE
@IQAndreas IQAndreas merged commit 96087a6 into FlixelCommunity:dev Sep 16, 2012
@IQAndreas IQAndreas mentioned this pull request Oct 15, 2013
5 tasks
@IQAndreas IQAndreas deleted the fix_issue_206 branch November 17, 2013 23:12
@IQAndreas IQAndreas restored the fix_issue_206 branch November 17, 2013 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants