Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
HowTo/ActionScript2Introduction/BasicMatter
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Dec 18, 2010, 2:02:07 AM (
14 years
ago)
Author:
村山 俊之
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
HowTo/ActionScript2Introduction/BasicMatter
v6
v7
67
67
68
68
{{{
69
#!js
69
70
// main 関数の引数 mc にはルートムービークリップのオブジェクトが渡される。
70
71
static function main(mc:MovieClip) {
…
…
81
82
82
83
{{{
84
#!js
83
85
class GraphTest {
84
86
static function main(mc:MovieClip) {
…
…
100
102
}}}
101
103
102
}
103
}
104
}}}