Results 1 to 3 of 3

Thread: How to make a flash object 2 copy from flash1 the actions and the whole movie

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2009
    Location
    Greece serres
    Posts
    32

    Question 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")

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2009
    Location
    Greece serres
    Posts
    32

    Re: How to make a flash object 2 copy from flash1 the actions and the whole movie

    Quote Originally Posted by keystone_paul View Post
    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
  •  



Click Here to Expand Forum to Full Width