Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified animationEngine.livecode
Binary file not shown.
3 changes: 2 additions & 1 deletion source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ on releaseStack
end releaseStack

on libraryStack
set the itemdel to "."
if the short name of the target is not the short name of me then pass librarystack
if "dev" is in the environment and the version<5 then
if "dev" is in the environment and first item of the version < 5 then
answer "Sorry, this version of animationEngine requires a Livecode 5.0 or higher engine."
stop using me
exit librarystack
Expand Down