shockscript as3 demo
first demo of shockscript AS3 ... (which stands for actionscript 3). see my journal here: (https://www.deviantart.com/shock-value/art/shockscript-as3-demo-101962612) for some background information on how to use it (note that the set_element and get_element functions have been eliminated since i programmed their functionality into the set and get functions i.e. set and get can be used for simple variables as well as arrays).
here are the available functions (i'm leaving descriptions of them as well as their arguments out for now but please ask if you want to know any specific ones that you can't guess yourself!!!! seriously i am looking for feedback it's just that i don't want to write all that out if no one is going to try this out!):
get
set
set_eval
exec
exec_timer
exec_text
exec_text_timer
if
if_else
ifs_elses
case
loop
loop_var
loop_timer
loop_text
loop_text_timer
while
+
*
/
-
%
&
<<
~
|
>>
>>>
^
==
>=
!=
<=
&&
!
||
===
!=
abs
acos
asin
atan
atan2
cos
exp
log
pow
random
sign
sin
sqrt
tan
trace
concat
length
char_at
index_of
last_index_of
match
replace
search
slice
split
substr
substring
to_lower_case
to_upper_case
array
concat_array
join
pop
push
reverse
shift
slice_array
splice
unshift
boolean
int
is_finite
is_nan
number
string
regexp
pi
e
infinity
neg_infinity
null
undefined
nan
there will be tons more functions in the final version, especially ones for messing with the graphics, physics, and behavior of the buddies (as well as anything else i can think of/people request)