LPL Dev


LPL Dev : Programmez vos applications swf le plus simplement possible :
TELECHARGER

Créé par Dubosson Sébastien
( sn: CyberTwister )

La compilation ce fait grace au merveilleu compilateur gratuit MTASC
de Nicolas Cannasse.

Remerciments à El'vieu pour son aide.


Hello World exemple :
draw_text(10,10,'Hello world')


Liste des fonctions/constantes disponibles :
abs(x)
background_color_change(color)
c_black
c_blue
c_gray
c_green
c_red
c_white
c_yellow
ceil(x)
cos(x)
current_weekday*
current_hour*
current_minute*
current_month*
current_page*
current_second*
current_year*
draw_circle(x,y,r)
draw_circle_color(x,y,r,color)
draw_line(x1,y1,x2,y2)
draw_line_color(x1,y1,x2,y2,color)
draw_sprite(sprite,id,x,y)
draw_star(x,y,nb,r)
draw_star_color(x,y,nb,r,color)
draw_text(x,y,string)
draw_text_color(x,y,string,color)
draw_text_advance(x,y,string,color,size,format)
draw_triangle(x1,y1,x2,y2,x3,y3)
draw_triangle_color(x1,y1,x2,y2,x3,y3,c_blue)
edit_box(x,y,width,height,scroller,color)
exp(x)
floor(x)
keyboard_key_press(key)
line_size
log(x)
mb_left
mouse_x*
mouse_y*
mouse_key_press(mb)
os*
point_distance(x1,y1,x2,y2)
pop_up(link,width,height)
power(x,n)
random(x)
room_height*
room_width*
round(x)
sin(x)
sound_loop(snd)
sound_play(snd)
sqrt(x)
string_count(str)
string_replace(text,search,replace)
text_size
version*
vk_up
vk_left
vk_down
vk_right
vk_enter
vk_space
vk_control
vk_shift