|
-
Oct 17th, 2009, 12:57 PM
#1
Thread Starter
Member
How to make a flash object 2 copy from flash1 the actions and the whole movie
Guys,this is my first day at the forum,and my second thread.
Can someone explain me how can i make an axshockwaveflashobject2 to copy what happens at axshockwaveflashobject1 like a picture or video.
I have a tabed trainer and i want to see my stats in game at the second tab.
i have the hack menu on a toolstrip,but i have at the tab 2 flash1.get variables to textboxes,but i can't see what's happening at the flash1,and i may lose the level by falling in the sea.
The code should make something like a mirror from flash1 to flash2 at the other tab.
Code:
TabPage2.Refresh()
TextBox1.Text = Flash1.GetVariable("glidespeed")
TextBox2.Text = Flash1.GetVariable("gravity")
TextBox3.Text = Flash1.GetVariable("maxspeed")
TextBox4.Text = Flash1.GetVariable("rampheight")
TextBox5.Text = Flash1.GetVariable("fardistance")
TextBox6.Text = Flash1.GetVariable("slide")
TextBox7.Text = Flash1.GetVariable("player._x")
TextBox8.Text = Flash1.GetVariable("player._y")
TextBox9.Text = Flash1.GetVariable("drag")
TextBox10.Text = Flash1.GetVariable("airfriction")
TextBox11.Text = Flash1.GetVariable("fallspeed")
TextBox12.Text = Flash1.GetVariable("minglide")
TextBox13.Text = Flash1.GetVariable("glideratio")
-
Oct 17th, 2009, 02:09 PM
#2
Re: How to make a flash object 2 copy from flash1 the actions and the whole movie
I'm afraid mentioning things like "hack menu" is a pretty good way of not getting help as its against the acceptable use policy of the board to help with anything to do with hacking/cheating/spamming etc.
-
Oct 18th, 2009, 03:29 PM
#3
Thread Starter
Member
Re: How to make a flash object 2 copy from flash1 the actions and the whole movie
 Originally Posted by keystone_paul
I'm afraid mentioning things like "hack menu" is a pretty good way of not getting help as its against the acceptable use policy of the board to help with anything to do with hacking/cheating/spamming etc.
OK,then sorry.
ermm.
How can i make a video picture showing what happens to flash 1 at a different tab.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|