Search
 
SCRIPT & CODE EXAMPLE
 

ACTIONSCRIPT

hello world in actionscript

_root.createTextField("message", 0, 5, 5, 300, 50);
var tf:TextFormat = new TextFormat(); 
tf.color = 0xFF0000;
tf.size = 32;
tf.bold = true;
message.setTextFormat(tf);
message.text = "Hello World!"; 
Comment

PREVIOUS NEXT
Code Example
Actionscript :: rabbitmq docker cant connect localhost 
Actionscript :: cannot connect to rabbitmq localhost inside docker container 
Actionscript :: mass transit logging to seq 
Actionscript :: react native uuid 
Excel :: google sheets convert month to number 
Excel :: google sheets countif current month 
Excel :: excel paste across cells 
Excel :: set row as header excel 
Perl :: perl regex syntax 
Perl :: unique in perl 
Perl :: perl rename a file 
Pascal :: subrange variables pascal 
Pascal :: contoh dasar pascal 
Powershell :: start-process pwsh 
Gdscript :: godot check left mouse button 
Clojure :: clojure write file 
Erlang :: tcp client erlang 
Assembly :: cmd to know the version of a programm 
Assembly :: assembly language display message 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: vue current year 
Javascript :: shopify comment code 
Javascript :: Basic JavaScript: Use Recursion to Create a Countdown 
Javascript :: jquery get screen height 
Javascript :: colors in node js console 
Javascript :: change src of iframe jquery 
Javascript :: remove spaces in a string js 
Javascript :: jquery datepicker no weekends 
Javascript :: jQuery and changing the input field type 
Javascript :: add site url validation regex 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =