erich.wanker Posted April 20, 2017 Posted April 20, 2017 hi .. i search a javascript for somthing like this: http://preview.codecanyon.net/item/virtual-chat-phpjavascript-avatar-chat-room/full_screen_preview/10396170?_ga=1.217482576.732271885.1492700635 .. i want to move a uniImage ( png with transparent) .. let´s call it "avatar" over a background-image - if i click on background-image .. at the start of uniForm - the avatar should stand in the center of Background ... i need no collision, no animated image .. just a smooth move of the image to the clicked point .. i will make the rest with delphi-code ( i need just the coordinates x and y of the click .. procedure backgroundImageMouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); Has someone the Pleasure to help ??? .. i am very very poor in Javascript ... ThanX :-) Quote
Sherzod Posted April 21, 2017 Posted April 21, 2017 Hi, Sorry, Can you make a small video for what you wanted?! Best regards, Quote
erich.wanker Posted April 21, 2017 Author Posted April 21, 2017 Hi Developer ... i got it procedure TMAINFRAME_STATUS.UniImage3MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); begin UniSession.AddJS(UniImage4.JSName + '.animate({ duration: 300, to: { x: '+inttostr(x+300)+', y: '+inttostr(y-13)+', opacity:100 }});'); a very short demo what i made ... ( i cannot upload mp4 ???? ) animate.zip Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.