📄 action.pm
字号:
# ====================================================================# Copyright (c) 2000 by Soheil Seyfaie. All rights reserved.# This program is free software; you can redistribute it and/or modify# it under the same terms as Perl itself.# ====================================================================# $Author: soheil $# $Id: Action.pm,v 1.2 2001/09/24 00:49:54 soheil Exp $package SWF::Action;use SWF ();$SWF::Action::VERSION = $SWF::VERSION;1;__END__=head1 NAMESWF::Action - SWF action class=head1 SYNOPSIS use SWF::Action; my $action = new SWF::Action($script);=head1 DESCRIPTIONSWF::Action compiles ascript into a.=head1 METHODS=over 4=item new SWF::Action($script);Compiles $script and returns an SWF::Action object.=back=head1 AUTHORSoheil Seyfaie (soheil@netcom.ca).=head1 SEE ALSOSWF, SWF::Button, SWF::Shape, SWF::Movie, .=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -