@@ -34,6 +34,15 @@
.showBorders label, .showBorders box.dock {
border : 1px solid #0FF;
}
+ .rounded1 {
+ border-radius: 10px;
+ border-width: 4px;
+ border-color: #7a7a78;
+ background-color: rgba(224, 220, 123, 0.9);
+ width: 200px;
+ height: 100px;
+ offset: 400 570;
+ }
</style>
<div class="panel window">
@@ -85,4 +94,5 @@
</div>
<button value="Standalone" x="700" y="570"/>
+ <div class="rounded1" ></div>
</body>
@@ -3,6 +3,7 @@
-lib heaps
-lib hscript
-dce full
+-D resourcesPath=../res
--next
@@ -11,3 +12,4 @@
-swf-header 1024:768:60
-main Comps
@@ -19,7 +19,7 @@
</classpaths>
<!-- Build options -->
<build>
- <option directives="" />
+ <option directives="resourcesPath="../res"" />
<option flashStrict="False" />
<option noInlineOnDebug="False" />
<option mainClass="Comps" />